6#import <MobileRTC/MobileRTC.h>
11@interface MobileRTCMeetingService (Audio)
31- (BOOL)connectMyAudio:(BOOL)on;
64- (
MobileRTCSDKError)enableMuteOnEntry:(BOOL)bEnable allowUnmuteBySelf:(BOOL)allowUnmuteBySelf;
77- (BOOL)isUserAudioMuted:(NSUInteger)userID;
86- (BOOL)muteUserAudio:(BOOL)mute withUID:(NSUInteger)userID;
94- (BOOL)muteAllUserAudio:(BOOL)allowSelfUnmute;
121- (BOOL)playChime:(BOOL)on;
MobileRTCAudioOutput
Enumeration of the audio output description.
MobileRTCSDKError
Enumeration of the SDK error.
MobileRTCRawDataError
Enumeration of the raw data.
MobileRTCAudioError
Enumeration of audio-related operational error states.
MobileRTCAudioType
Enumeration of the type of a user's audio connection.
BOOL isPlayMeetingAudioEnabled()
Determines whether play meeting audio is enabled.
BOOL askAllToUnmute()
Asks all attendees to unmute audio.
BOOL isIncomingAudioStopped()
Determines whether the incoming audio is stopped.
BOOL isSupportedVOIP()
Determines whether the meeting supports VoIP.
void resetMeetingAudioSession()
Resets the meeting audio session including category and mode.
BOOL canEnableMuteOnEntry()
Determines whether the host or cohost can enable mute on entry.
BOOL isPlayChimeOn()
Determines whether chime is enabled when user joins or leaves meeting.
BOOL canUnmuteMyAudio()
Determines whether the user can unmute audio.
MobileRTCAudioError switchMyAudioSource()
Switches the audio output between receiver and speaker.
NSInteger getSupportedMeetingAudioType()
Gets the audio type supported by the current meeting.
BOOL is3rdPartyTelephonyAudioOn()
Determines whether the meeting has third party telephony audio enabled.
BOOL isMuteOnEntryOn()
Determines whether mute on entry is enabled for attendees when they join the meeting.
MobileRTCAudioType myAudioType()
Gets the in-meeting audio type of the current user.
MobileRTCAudioOutput myAudioOutputDescription()
Gets the audio output type of the current user.
void resetMeetingAudioForCallKitHeld()
Resets the meeting audio session including category and mode. When the call comes in or goes out,...
BOOL isMyAudioMuted()
Determines whether the audio of the current user is muted.