Help Center/
Meeting/
Client SDK Reference/
Android SDK/
API Reference/
Basic Settings/
Setting Guaranteed IP Addresses for Meeting Control
Updated on 2024-07-30 GMT+08:00
Setting Guaranteed IP Addresses for Meeting Control
API Description
This API is used to set the guaranteed IP addresses for meeting control.
Precautions
- This API is optional. If it is not called, the default IP address is used.
- Up to four IP addresses are supported. They are separated by semicolons (;).
Method Definition
SDKERR setGuaranteedIpAddresses(String addresses);
Sample Code
SDKERR sdkerr = HWMBizSdk.getBizOpenApi().setGuaranteedIpAddresses(ip); DemoUtil.showToast("Configuration result: " + sdkerr.getValue() + " " + sdkerr.getDescription());
Parent topic: Basic Settings
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot