NEStartRoomOptions constructor
NEStartRoomOptions({})
Implementation
NEStartRoomOptions({
bool? noVideo,
bool? noAudio,
this.noCloudRecord = true,
this.noChat = false,
}) : super(
noVideo: noVideo ?? true,
noAudio: noAudio ?? true,
);