onParticipantJoined

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

Raised when a remote participant joined the room. Even though the participant has successfully joined, its media stream is not yet being streamed. The onRemoteStreamUpdated will indicate that.

Parameters

room

The room the local user is in.

participant

The remote participant that joined the room.