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 HWMIncomingAnswerAutoDecline; // Automatically rejects the call. }
Precautions
- Set the incomingAnswerHandler proxy during SDK initialization or set the proxy on the target page.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot