9#import <MobileRTC/MobileRTC.h>
14@interface MobileRTCMeetingService (Audio)
34- (BOOL)connectMyAudio:(BOOL)on;
67- (
MobileRTCSDKError)enableMuteOnEntry:(BOOL)bEnable allowUnmuteBySelf:(BOOL)allowUnmuteBySelf;
80- (BOOL)isUserAudioMuted:(NSUInteger)userID;
89- (BOOL)muteUserAudio:(BOOL)mute withUID:(NSUInteger)userID;
97- (BOOL)muteAllUserAudio:(BOOL)allowSelfUnmute;
123- (BOOL)playChime:(BOOL)on;
MobileRTCAudioOutput
Enumeration of audio output description.
MobileRTCSDKError
Enumeration of SDK error.
MobileRTCRawDataError
Enumeration of raw data.
MobileRTCAudioError
Enumeration of audio-related operational error states.
MobileRTCAudioType
Enumeration of the type of a user's audio connection.
BOOL isPlayMeetingAudioEnabled()
Determine if play meeting audio is enabled or not.
BOOL askAllToUnmute()
Ask to unmute audio of all attendees.
BOOL isIncomingAudioStopped()
Determine if the incoming audio is stopped.
BOOL isSupportedVOIP()
Query if the meeting supports VoIP.
void resetMeetingAudioSession()
Reset Meeting Audio Session including Category and Mode.
BOOL canEnableMuteOnEntry()
Check if the host/cohost can enable mute on entry.
BOOL isPlayChimeOn()
Query if chime is enabled when user joins/leaves meeting.
BOOL canUnmuteMyAudio()
Query if the user can unmute his audio.
MobileRTCAudioError switchMyAudioSource()
Switch my audio output(receiver/speaker).
NSInteger getSupportedMeetingAudioType()
Get the audio type supported by the current meeting. See [MobileRTCInMeetingSupportAudioType].
BOOL is3rdPartyTelephonyAudioOn()
Determine if the meeting has third party telephony audio enabled.
BOOL isMuteOnEntryOn()
Query if is enabled to mute attendees when they join the meeting.
MobileRTCAudioType myAudioType()
Get the in-meeting audio type of the current user.
MobileRTCAudioOutput myAudioOutputDescription()
Set to retrieve the audio output type of the current user.
void resetMeetingAudioForCallKitHeld()
Reset Meeting Audio Session including Category and Mode. When the call comes in or goes out,...
BOOL isMyAudioMuted()
Query if the audio of the current user is muted.