RemoteParticipant constructor
RemoteParticipant({
- required RoomClient client,
- required String id,
- required String role,
- bool? online,
Implementation
RemoteParticipant({required super.client, required super.id, required this.role, this.online});