Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCCaptionsControlOnHandler Class Reference

Subclass of MobileRTCCaptionsControlHandler for requests with translation enabled. 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 with translation enabled.

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

Method Documentation

◆ approveStartCaptionsRequest

- (MobileRTCSDKError) approveStartCaptionsRequest

Approves the start captions request and then self-destroys.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.