agentParticipant property
The first agent participant in the room, if one exists.
Implementation
RemoteParticipant? get agentParticipant => agentParticipants.firstOrNull;
The first agent participant in the room, if one exists.
RemoteParticipant? get agentParticipant => agentParticipants.firstOrNull;