iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Audio.h
Go to the documentation of this file.
1//
2// MobileRTCMeetingService+Audio.h
3// MobileRTC
4//
5// Created by Zoom Video Communications on 2018/6/6.
6// Copyright © 2019 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <MobileRTC/MobileRTC.h>
10
11@interface MobileRTCMeetingService (Audio)
12
18
24- (BOOL)connectMyAudio:(BOOL)on;
25
31
36- (BOOL)isMyAudioMuted;
37
42- (BOOL)canUnmuteMyAudio;
43
48- (BOOL)isMuteOnEntryOn;
49
55- (BOOL)muteOnEntry:(BOOL)on;
56
62- (BOOL)isUserAudioMuted:(NSUInteger)userID;
63
71- (BOOL)muteUserAudio:(BOOL)mute withUID:(NSUInteger)userID;
72
79- (BOOL)muteAllUserAudio:(BOOL)allowSelfUnmute;
80
86- (BOOL)askAllToUnmute;
87
92- (BOOL)isSupportedVOIP;
93
98- (BOOL)isPlayChimeOn;
99
105- (BOOL)playChime:(BOOL)on;
106
112- (MobileRTCAudioError)muteMyAudio:(BOOL)mute;
113
118
123
128
134
140- (MobileRTCSDKError)stopIncomingAudio:(BOOL)enabled;
141
147@end
MobileRTCAudioOutput
MobileRTCAudioOutput An enumeration of audio output description.
MobileRTCSDKError
An enumeration of SDK error.
MobileRTCAudioError
MobileRTCAudioError An enumeration of audio-related operational error states.
MobileRTCAudioType
An Enum for Audio Type.
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 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).
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,...
int getSupportedMeetingAudioType()
Get the audio type supported by the current meeting. See [MobileRTCInMeetingSupportAudioType].
BOOL isMyAudioMuted()
Query if the audio of the current user is muted.