onMetadataChanged method Null safety
- Participant participant
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, all participants in the room will fire this event.
Implementation
void onMetadataChanged(Participant participant) {}