public class LeaveChannelOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
stopAllEffect
Determines whether to stop all music effects when leave channel.
|
boolean |
stopAudioMixing
Determines whether to stop playing and mixing the music file when leave channel.
|
boolean |
stopMicrophoneRecording
Determines whether to stop microphone recording when leave channel.
|
Constructor and Description |
---|
LeaveChannelOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isStopAllEffect() |
boolean |
isStopAudioMixing() |
boolean |
isStopMicrophoneRecording() |
java.lang.String |
toString() |
public boolean stopAudioMixing
public boolean stopAllEffect
public boolean stopMicrophoneRecording