ParticipantMetadataChanged

class ParticipantMetadataChanged(val room: Room, val participant: Participant, val prevMetadata: String?) : RoomEvent

Participant metadata is a simple way for app-specific state to be pushed to all users. When RoomService.UpdateParticipantMetadata is called to change a participant's state, this event will be fired for all clients in the room.

Constructors

Link copied to clipboard
constructor(room: Room, participant: Participant, prevMetadata: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val room: Room