|
Meeting SDK for iOS API Reference
|
Subclass of MobileRTCCaptionsControlHandler for requests without translation. More...
#include <MobileRTCMeetingService+LiveTranscription.h>
Inherits MobileRTCCaptionsControlHandler.
Instance Methods | |
| (MobileRTCSDKError) | - approveStartCaptionsRequest: |
| Approves the start captions request and then self-destroys. | |
Instance Methods inherited from MobileRTCCaptionsControlHandler | |
| (MobileRTCSDKError) | - deny |
| Denies the start captions request and then self-destroys. | |
| (NSUInteger) | - getSenderUserId |
| Gets the sender user ID. | |
| (BOOL) | - isRequestTranslationOn |
| Determines if the request is to start captions with translation on. | |
Subclass of MobileRTCCaptionsControlHandler for requests without translation.
Definition at line 86 of file MobileRTCMeetingService+LiveTranscription.h.
| - (MobileRTCSDKError) approveStartCaptionsRequest: | (NSInteger) | languageId |
Approves the start captions request and then self-destroys.
| languageId | The language to be set for all participants in the meeting. |