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

Notification of Setting the Microphone Status

Notification Description

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

Method Definition

1
- (BOOL)isOpenMicrophoneIncoming;

Sample Code

- (BOOL)isOpenMicrophoneIncoming {
    return YES;
}

Precautions

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