ResponseJoinLocalRoom constructor
- {RtpCapabilities? rtpCapabilities,
- bool? isHost,
- bool? eventStarted,
- bool? isBanned,
- bool? hostNotJoined,
- MeetingRoomParams? eventRoomParams,
- RecordingParams? recordingParams,
- String? secureCode,
- String? mediasfuURL,
- String? apiKey,
- String? apiUserName,
- bool? allowRecord}
Constructor for initializing the ResponseJoinLocalRoom object.
Implementation
ResponseJoinLocalRoom({
this.rtpCapabilities,
this.isHost,
this.eventStarted,
this.isBanned,
this.hostNotJoined,
this.eventRoomParams,
this.recordingParams,
this.secureCode,
this.mediasfuURL,
this.apiKey,
this.apiUserName,
this.allowRecord,
});