Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCCameraControlDelegate> Protocol Reference

Callback event of receiving remote control. More...

#include <MobileRTCCameraControlService.h>

Inherits <NSObject>.

Instance Methods

(void) - onCameraControlRequestResult:isApproved:
 Callback for when the current user is granted camera control access.
 

Detailed Description

Callback event of receiving remote control.

Definition at line 37 of file MobileRTCCameraControlService.h.

Method Documentation

◆ onCameraControlRequestResult:isApproved:

- (void) onCameraControlRequestResult: (NSUInteger) userId
isApproved: (MobileRTCCameraControlRequestResult) isApproved 
optional

Callback for when the current user is granted camera control access.

Parameters
userIdThe user ID that accepted the request.
isApprovedThe result of the camera control request.
Note
Once the current user sends the camera control request, this callback will be triggered with the result of the request.