on Participant Left
abstract fun onParticipantLeft(room: Room, participant: RemoteParticipant)
Content copied to clipboard
Raised when a remote participant leaves the room.
Parameters
room
The room the local user is in.
participant
The remote participant that left the room.