onParticipantLeft

abstract fun onParticipantLeft(room: Room, participant: RemoteParticipant)

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.