ParticipantConnected

class ParticipantConnected(val room: Room, val participant: RemoteParticipant) : RoomEvent

When a RemoteParticipant joins after the local participant. It will not emit events for participants that are already in the room

Constructors

Link copied to clipboard
constructor(room: Room, participant: RemoteParticipant)

Properties

Link copied to clipboard
Link copied to clipboard
val room: Room