StrixNetworkKickRoomMember Method |
Forcibly removes a member from the match room.
Namespace:
SoftGear.Strix.Unity.Runtime
Assembly:
StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax Remarks
To kick a member you must be the room's owner.
If the kick succeeds, the kicked room member will receive MatchRoomKickNotified notification on StrixNetwork.instance.roomClient while all the other members receive RoomLeaveNotified notification.
Possible exception types in FailureEventArgs's cause:See Also