AgoraChannelData(- {ChannelProfile? channelProfile,
- ClientRole? clientRole,
- VideoEncoderConfiguration? videoEncoderConfiguration,
- bool? setCameraAutoFocusFaceModeEnabled,
- bool? enableDualStreamMode,
- StreamFallbackOptions? localPublishFallbackOption,
- StreamFallbackOptions? remoteSubscribeFallbackOption,
- AudioProfile? audioProfile,
- AudioScenario? audioScenario,
- BeautyOptions? setBeautyEffectOptions,
- bool? setCameraTorchOn,
- bool? muteAllRemoteAudioStreams,
- bool? muteAllRemoteVideoStreams,
- bool isActiveSpeakerDisabled = false}
)
Implementation
AgoraChannelData({
this.channelProfile,
this.clientRole,
this.videoEncoderConfiguration,
this.setCameraAutoFocusFaceModeEnabled,
this.enableDualStreamMode,
this.localPublishFallbackOption,
this.remoteSubscribeFallbackOption,
this.audioProfile,
this.audioScenario,
this.setBeautyEffectOptions,
this.setCameraTorchOn,
this.muteAllRemoteAudioStreams,
this.muteAllRemoteVideoStreams,
this.isActiveSpeakerDisabled = false,
});