Package io.agora.rtc2
Class LeaveChannelOptions
java.lang.Object
io.agora.rtc2.LeaveChannelOptions
The leave channel options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDetermines whether to stop all music effects when leave channel.booleanDetermines whether to stop playing and mixing the music file when leave channel.booleanDetermines whether to stop microphone recording when leave channel. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stopAudioMixing
public boolean stopAudioMixingDetermines whether to stop playing and mixing the music file when leave channel. - true: (Default) Stop playing and mixing the music file. - false: Do not stop playing and mixing the music file. -
stopAllEffect
public boolean stopAllEffectDetermines whether to stop all music effects when leave channel. - true: (Default) Stop all music effects. - false: Do not stop the music effect. -
stopMicrophoneRecording
public boolean stopMicrophoneRecordingDetermines whether to stop microphone recording when leave channel. - true: (Default) Stop microphone recording. - false: Do not stop microphone recording.
-
-
Constructor Details
-
LeaveChannelOptions
public LeaveChannelOptions()
-
-
Method Details