Package io.agora.rtc2

Class LeaveChannelOptions

java.lang.Object
io.agora.rtc2.LeaveChannelOptions

public class LeaveChannelOptions extends Object
The leave channel options.
  • Field Details

    • stopAudioMixing

      public boolean stopAudioMixing
      Determines 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 stopAllEffect
      Determines 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 stopMicrophoneRecording
      Determines 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

    • isStopAudioMixing

      public boolean isStopAudioMixing()
    • isStopAllEffect

      public boolean isStopAllEffect()
    • isStopMicrophoneRecording

      public boolean isStopMicrophoneRecording()
    • toString

      public String toString()
      Overrides:
      toString in class Object