Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.LeaveChannelOptions Class Reference

Public Member Functions

boolean isStopAudioMixing ()
 
boolean isStopAllEffect ()
 
boolean isStopMicrophoneRecording ()
 
String toString ()
 

Public Attributes

boolean stopAudioMixing
 
boolean stopAllEffect
 
boolean stopMicrophoneRecording
 

Detailed Description

The leave channel options.

Member Data Documentation

◆ stopAudioMixing

boolean io.agora.rtc2.LeaveChannelOptions.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

boolean io.agora.rtc2.LeaveChannelOptions.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

boolean io.agora.rtc2.LeaveChannelOptions.stopMicrophoneRecording

Determines whether to stop microphone recording when leave channel.

  • true: (Default) Stop microphone recording.
  • false: Do not stop microphone recording.