Setting Guaranteed IP Addresses for Meeting Control
setGuaranteedIpAddresses:
API Description
This API is used to set the guaranteed IP addresses for meeting control.
Precautions
- Up to four IP addresses are supported. They are separated by semicolons (;).
- The return value only indicates whether the API is successfully called.
Method Definition
1
|
- (HWMSDKERR)setGuaranteedIpAddresses:(NSString *)pAddresses; |
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
pAddresses |
Yes |
NSString * |
Guaranteed IP addresses. |
Return Values
Whether the API is successfully called.
Sample Code
1
|
[[HWMBizSdk getBizOpenApi] setGuaranteedIpAddresses:guaranteeIpAddrs]; |
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