ResponseJoinRoom constructor

ResponseJoinRoom(
  1. {RtpCapabilities? rtpCapabilities,
  2. bool? success = false,
  3. List<String>? roomRecvIPs,
  4. MeetingRoomParams? meetingRoomParams,
  5. RecordingParams? recordingParams,
  6. String? secureCode,
  7. bool? recordOnly,
  8. bool? isHost,
  9. bool? safeRoom,
  10. bool? autoStartSafeRoom,
  11. bool? safeRoomStarted,
  12. bool? safeRoomEnded,
  13. String? reason,
  14. bool? banned,
  15. bool? suspended,
  16. bool? noAdmin}
)

Implementation

ResponseJoinRoom({
  this.rtpCapabilities,
  this.success = false,
  this.roomRecvIPs,
  this.meetingRoomParams,
  this.recordingParams,
  this.secureCode,
  this.recordOnly,
  this.isHost,
  this.safeRoom,
  this.autoStartSafeRoom,
  this.safeRoomStarted,
  this.safeRoomEnded,
  this.reason,
  this.banned,
  this.suspended,
  this.noAdmin,
});