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
 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 with translation enabled.

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

Method Documentation

◆ approveStartCaptionsRequest

- (MobileRTCSDKError) approveStartCaptionsRequest

Approve the start captions request.

Returns
If the function succeeds, the return value is MobileRTCSDKError_Success. Otherwise fails.