Click or drag to resize

RoomClientR, M Events

The RoomClientR, M generic type exposes the following members.

Events
  NameDescription
Public eventRoomCreated
Event fired when you create a room.
Public eventRoomDeleted
Event fired when you delete a room. This event is invoked after RoomDeleteNotified.
Public eventRoomDeleteNotified
Event fired when the room you're currently a member of gets deleted. You will receive this event even if you are the one deleting the room, just before RoomDeleted event.
Public eventCode exampleRoomDirectRelayNotified
Event fired when you or another members sends you a direct relay message. Unlike RPCs, you will not receive this event if you are not the target of the message.
Public eventRoomJoined
Event fired when you join a room.
Public eventRoomJoinNotified
Event fired when a new member joins a room you're currently a member of. This event is not invoked for the newly joined member.
Public eventRoomLeaveNotified
Event fired when another room member leaves a room you're currently a member of. This event is not invoked if you are the one leaving.
Public eventRoomLeft
Event fired when you leave a room.
Public eventCode exampleRoomRelayNotified
Event fired when another room member sends a relay message to a room you're currently a member of. You will not receive this event if you are the one sending the message.
Public eventRoomSet
Event fired when you change a room's properties.
Public eventRoomSetMemberNotified
Event fired when another room member changes their properties in a room you're currently a member of. You will not receive this event if you are the one changing the properties.
Public eventRoomSetNotified
Event fired when the room's owner changes its properties.
Top
See Also