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

The helper to handle the requested of start captions. More...

#include <MobileRTCMeetingService+LiveTranscription.h>

Inherits NSObject.

Inherited by MobileRTCCaptionsControlOffHandler, and MobileRTCCaptionsControlOnHandler.

Instance Methods

(MobileRTCSDKError- deny
 
(NSUInteger) - getSenderUserId
 Get sender User Id.
 
(BOOL) - isRequestTranslationOn
 

Detailed Description

The helper to handle the requested of start captions.

Note
When isRequestTranslationOn is YES, use MobileRTCCaptionsControlOnHandler::approveStartCaptionsRequest to approve start captions request.
When isRequestTranslationOn is NO, use MobileRTCCaptionsControlOnHandler::approveStartCaptionsRequest: to approve start captions request.

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

Method Documentation

◆ deny

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

◆ getSenderUserId

- (NSUInteger) getSenderUserId

Get sender User Id.

Returns
The user ID of the user who send request to start captions.

◆ isRequestTranslationOn

- (BOOL) isRequestTranslationOn
Returns
YES means request to start captions with translation on. Otherwise NO.