Package io.agora.rtc2
Class LeaveChannelOptions
java.lang.Object
io.agora.rtc2.LeaveChannelOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether to stop playing all audio effects when a user leaves the channel.booleanWhether to stop playing and mixing the music file when a user leaves the channel.booleanWhether to stop microphone recording when a user leaves the channel. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stopAudioMixing
public boolean stopAudioMixingWhether to stop playing and mixing the music file when a user leaves the channel. - `true`: (Default) Stop playing and mixing the music file. - `false`: Do not stop playing and mixing the music file. -
stopAllEffect
public boolean stopAllEffectWhether to stop playing all audio effects when a user leaves the channel. - `true`: (Default) Stop playing all audio effects. - `false`: Do not stop playing any audio effect. -
stopMicrophoneRecording
public boolean stopMicrophoneRecordingWhether to stop microphone recording when a user leaves the channel. - `true`: (Default) Stop microphone recording. - `false`: Do not stop microphone recording.
-
-
Constructor Details
-
LeaveChannelOptions
public LeaveChannelOptions()
-
-
Method Details