NEJoinRoomOptions constructor Null safety
Implementation
NEJoinRoomOptions({
this.noVideo = true,
this.noAudio = true,
// this.audioAINSEnabled = true,
// this.audioProfile,
this.extras = const <String, dynamic>{},
});
NEJoinRoomOptions({
this.noVideo = true,
this.noAudio = true,
// this.audioAINSEnabled = true,
// this.audioProfile,
this.extras = const <String, dynamic>{},
});