Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCCaptionsControlOffHandler Class 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.
 

Detailed Description

Subclass of MobileRTCCaptionsControlHandler for requests without translation.

Definition at line 86 of file MobileRTCMeetingService+LiveTranscription.h.

Method Documentation

◆ approveStartCaptionsRequest:

- (MobileRTCSDKError) approveStartCaptionsRequest: (NSInteger) languageId

Approves the start captions request and then self-destroys.

Parameters
languageIdThe language to be set for all participants in the meeting.
Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.