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:
 Approve the start captions request.
 
- Instance Methods inherited from MobileRTCCaptionsControlHandler
(MobileRTCSDKError- deny
 
(NSUInteger) - getSenderUserId
 Get sender User Id.
 
(BOOL) - isRequestTranslationOn
 

Detailed Description

Subclass of MobileRTCCaptionsControlHandler for requests without translation.

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

Method Documentation

◆ approveStartCaptionsRequest:

- (MobileRTCSDKError) approveStartCaptionsRequest: (NSInteger) languageId

Approve the start captions request.

Parameters
languageIdThe language to be set for all participants in meeting.
Returns
If the function succeeds, the return value is MobileRTCSDKError_Success. Otherwise fails.