onMetadataChanged

open fun onMetadataChanged(participant: Participant, prevMetadata: String?, room: Room)

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.

Sources

SDK source
Link copied to clipboard