Setting Login Server Information
setServerConfigWithUrl:port:
API Description
This API is used to set login server information.
Precautions
- This API is optional. By default, the default login server address and port are used.
Method Definition
1
|
+ (void)setServerConfigWithUrl:(NSString *)url port:(NSInteger)port; |
Parameter Description
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
url |
Yes |
NSString * |
Server address. The default value is meeting.huaweicloud.com. |
|
port |
Yes |
NSInteger |
Server port. The default value is 443. |
Return Values
None
Sample Code
[HWMSdk setServerConfigWithUrl:serverAddress port:serverPort];
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