Updated on 2024-07-30 GMT+08:00

Notification of Setting the Camera Status

Notification Description

A notification is sent for incoming meetings. 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.