Updated on 2023-03-23 GMT+08:00

Notification of Setting the Camera Status

Notification Description

A notification is sent for incoming meeting or point-to-point calls. Participants are required to set whether to turn on cameras. If this method is not implemented, cameras are turned off by default.

Method Definition

1
- (BOOL)isOpenCameraIncoming;

Sample Code

- (BOOL)isOpenCameraIncoming {
    return YES;
}

Precautions

  1. Set the confSettingHandler proxy during SDK initialization or set the proxy on the target page.