|
Meeting SDK for Android API Reference
|
Audio controller in meeting. More...
Data Structures | |
| enum | MobileRTCMicrophoneError |
| Enumeration of microphone errors. More... | |
Public Member Functions | |
| boolean | isMyAudioMuted () |
| Determines whether the current user's audio is muted. | |
| boolean | canUnmuteMyAudio () |
| Determines whether the user can unmute their audio. | |
| MobileRTCSDKError | muteMyAudio (boolean mute) |
| Mutes or unmutes the user's audio. | |
| boolean | isAudioConnected () |
| Determines whether the current user's audio is connected. | |
| MobileRTCSDKError | disconnectAudio () |
| Disconnects the audio. | |
| MobileRTCSDKError | connectAudioWithVoIP () |
| Connects audio with VoIP while joining a meeting. | |
| boolean | canSwitchAudioOutput () |
| Determines whether it is able to switch audio output source of the current meeting. | |
| MobileRTCSDKError | setLoudSpeakerStatus (boolean on) |
| Sets whether to turn on the loudspeaker if it is able to switch audio output source of the current meeting. | |
| boolean | getLoudSpeakerStatus () |
| Gets the loudspeaker status of the current phone. | |
| MobileRTCSDKError | muteAttendeeAudio (boolean isMute, long userId) |
| Mutes or unmutes the attendee's audio by the host. | |
| MobileRTCSDKError | muteAllAttendeeAudio (boolean allowUnmuteSelf) |
| Mutes all attendees by the host. | |
| MobileRTCSDKError | unmuteAllAttendeeAudio () |
| Unmutes all attendees by the host. | |
| MobileRTCSDKError | setMuteOnEntry (boolean on) |
| Sets whether attendees join the meeting with audio muted. | |
| boolean | isMuteOnEntryOn () |
| Determines whether it is enabled to mute attendees automatically when they join the meeting. | |
| MobileRTCSDKError | stopIncomingAudio (boolean bStop) |
| Stops the incoming audio. | |
| boolean | isIncomingAudioStopped () |
| Determines whether the incoming audio is stopped. | |
| int | getSupportedMeetingAudioType () |
| Gets supported audio types. | |
| boolean | is3rdPartyTelephonyAudioOn () |
| Determines whether the meeting has third-party telephony audio enabled. | |
| boolean | canEnableMuteOnEntry () |
| Determines whether the host or cohost can enable mute on entry. Valid for both Zoom style and user custom interface mode. | |
| MobileRTCSDKError | enableMuteOnEntry (boolean bEnable, boolean allowUnmuteBySelf) |
| Mutes or unmutes the user after joining the meeting. | |
| boolean | isMuteOnEntryEnabled () |
| Determines whether mute on entry is enabled. | |
| MobileRTCRawDataError | enablePlayMeetingAudio (boolean bEnable) |
| Enables or disables SDK to play meeting audio. | |
| boolean | isPlayMeetingAudioEnabled () |
| Determines whether play meeting audio is enabled. | |
| MobileRTCAudioStatisticInfo | getMeetingAudioStatisticInfo () |
| Gets meeting audio statistics information. | |
Audio controller in meeting.
Definition at line 6 of file InMeetingAudioController.java.
| boolean us.zoom.sdk.InMeetingAudioController.canEnableMuteOnEntry | ( | ) |
Determines whether the host or cohost can enable mute on entry. Valid for both Zoom style and user custom interface mode.
| boolean us.zoom.sdk.InMeetingAudioController.canSwitchAudioOutput | ( | ) |
Determines whether it is able to switch audio output source of the current meeting.
| boolean us.zoom.sdk.InMeetingAudioController.canUnmuteMyAudio | ( | ) |
Determines whether the user can unmute their audio.
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.connectAudioWithVoIP | ( | ) |
Connects audio with VoIP while joining a meeting.
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.disconnectAudio | ( | ) |
Disconnects the audio.
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.enableMuteOnEntry | ( | boolean | bEnable, |
| boolean | allowUnmuteBySelf ) |
Mutes or unmutes the user after joining the meeting.
| bEnable | true to mute the user after joining the meeting, false otherwise. |
| allowUnmuteBySelf | true to allow self-unmute, false otherwise. |
| MobileRTCRawDataError us.zoom.sdk.InMeetingAudioController.enablePlayMeetingAudio | ( | boolean | bEnable | ) |
Enables or disables SDK to play meeting audio.
| bEnable | true means that SDK will play meeting audio, false means that SDK will not play meeting audio. |
| boolean us.zoom.sdk.InMeetingAudioController.getLoudSpeakerStatus | ( | ) |
Gets the loudspeaker status of the current phone.
| MobileRTCAudioStatisticInfo us.zoom.sdk.InMeetingAudioController.getMeetingAudioStatisticInfo | ( | ) |
Gets meeting audio statistics information.
| int us.zoom.sdk.InMeetingAudioController.getSupportedMeetingAudioType | ( | ) |
Gets supported audio types.
| boolean us.zoom.sdk.InMeetingAudioController.is3rdPartyTelephonyAudioOn | ( | ) |
Determines whether the meeting has third-party telephony audio enabled.
| boolean us.zoom.sdk.InMeetingAudioController.isAudioConnected | ( | ) |
Determines whether the current user's audio is connected.
| boolean us.zoom.sdk.InMeetingAudioController.isIncomingAudioStopped | ( | ) |
Determines whether the incoming audio is stopped.
| boolean us.zoom.sdk.InMeetingAudioController.isMuteOnEntryEnabled | ( | ) |
Determines whether mute on entry is enabled.
| boolean us.zoom.sdk.InMeetingAudioController.isMuteOnEntryOn | ( | ) |
Determines whether it is enabled to mute attendees automatically when they join the meeting.
| boolean us.zoom.sdk.InMeetingAudioController.isMyAudioMuted | ( | ) |
Determines whether the current user's audio is muted.
| boolean us.zoom.sdk.InMeetingAudioController.isPlayMeetingAudioEnabled | ( | ) |
Determines whether play meeting audio is enabled.
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.muteAllAttendeeAudio | ( | boolean | allowUnmuteSelf | ) |
Mutes all attendees by the host.
| allowUnmuteSelf | true to allow attendees to unmute their audio, false otherwise. |
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.muteAttendeeAudio | ( | boolean | isMute, |
| long | userId ) |
Mutes or unmutes the attendee's audio by the host.
| isMute | true to mute the attendee's audio, false to unmute. |
| userId | The user's ID to be muted or unmuted in the meeting. |
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.muteMyAudio | ( | boolean | mute | ) |
Mutes or unmutes the user's audio.
| mute | true to mute, false to unmute. |
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.setLoudSpeakerStatus | ( | boolean | on | ) |
Sets whether to turn on the loudspeaker if it is able to switch audio output source of the current meeting.
| on | true to turn on the loudspeaker, false otherwise. |
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.setMuteOnEntry | ( | boolean | on | ) |
Sets whether attendees join the meeting with audio muted.
| on | true to mute attendees automatically when they join the meeting, false otherwise. |
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.stopIncomingAudio | ( | boolean | bStop | ) |
Stops the incoming audio.
| bStop | true to stop, false otherwise. |
| MobileRTCSDKError us.zoom.sdk.InMeetingAudioController.unmuteAllAttendeeAudio | ( | ) |
Unmutes all attendees by the host.