NECreateRoomOptions constructor Null safety

NECreateRoomOptions(
  1. {bool enableRecord = false,
  2. bool enableLive = false,
  3. bool enableRtc = true,
  4. bool enableChatroom = true,
  5. bool enableWhiteboard = false}
)

Implementation

NECreateRoomOptions({
  this.enableRecord = false,
  this.enableLive = false,
  this.enableRtc = true,
  this.enableChatroom = true,
  this.enableWhiteboard = false,
});