ResponseJoinLocalRoom constructor

ResponseJoinLocalRoom(
  1. {RtpCapabilities? rtpCapabilities,
  2. bool? isHost,
  3. bool? eventStarted,
  4. bool? isBanned,
  5. bool? hostNotJoined,
  6. MeetingRoomParams? eventRoomParams,
  7. RecordingParams? recordingParams,
  8. String? secureCode,
  9. String? mediasfuURL,
  10. String? apiKey,
  11. String? apiUserName,
  12. 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,
});