RTCOptions constructor
RTCOptions({
- AudioScenarioType? audioScenarioType,
- ChannelProfileType? channelProfile,
- int? areaCode,
- VideoEncoderConfiguration? videoEncoderConfig,
- AudioSessionOperationRestriction? audioSessionOperationRestriction,
Implementation
RTCOptions({
this.audioScenarioType,
this.channelProfile,
this.areaCode,
this.videoEncoderConfig,
this.audioSessionOperationRestriction,
});