Updated on 2025-07-28 GMT+08:00

Configuring the Policy for Answering a Meeting Call

Notification Description

A notification is sent when a meeting call is received. The called party needs to return the policy for answering the meeting call. If no policy is configured, the default configuration is used, and the dialog box for answering the meeting call is displayed.

Method Definition

1
- (HWMInComingAnswerType)answerTypeOnConfIncoming;

Sample Code

-(HWMInComingAnswerType)answerTypeOnConfIncoming {
    return HWMIncomingAnswerNormal;// Default configuration.
}

Precautions

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

Parameter Description

Table 1 Enumerated values of HWMInComingAnswerType

Parameter

Description

HWMIncomingAnswerNormal

Default configuration.

HWMIncomingAnswerAutoDecline

Automatically reject the call.

HWMIncomingAnswerAutoAnswer

Automatically answer the call.

HWMInComingAnswerCustom

Custom dialog box.