Features constructor
Features({})
Implementation
Features({
this.audioOnlyMode = false,
this.lowBandwidthMode = false,
this.raiseHand = true,
this.screenSharing = true,
this.callRecording = true,
this.autoCallRecording = false,
this.virtualBackground = true,
});