Participant Metadata Changed
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.