agentParticipant property

RemoteParticipant? get agentParticipant

The first agent participant in the room, if one exists.

Implementation

RemoteParticipant? get agentParticipant => agentParticipants.firstOrNull;