QuickRTCState constructor
const
QuickRTCState({
- int version = 0,
- ConnectionStatus status = ConnectionStatus.disconnected,
- String? conferenceId,
- String? participantId,
- String? participantName,
- List<
LocalStream> localStreams = const [], - Map<
String, RemoteParticipant> participants = const {}, - String? error,
Implementation
const QuickRTCState({
this.version = 0,
this.status = ConnectionStatus.disconnected,
this.conferenceId,
this.participantId,
this.participantName,
this.localStreams = const [],
this.participants = const {},
this.error,
});