RTCOptions constructor

RTCOptions({
  1. AudioScenarioType? audioScenarioType,
  2. ChannelProfileType? channelProfile,
  3. int? areaCode,
  4. VideoEncoderConfiguration? videoEncoderConfig,
  5. AudioSessionOperationRestriction? audioSessionOperationRestriction,
})

Implementation

RTCOptions({
  this.audioScenarioType,
  this.channelProfile,
  this.areaCode,
  this.videoEncoderConfig,
  this.audioSessionOperationRestriction,
});