MacSDK set Proxy

hi zoom:
i want to set network proxy in my app.how can i set proxy for zoomsdk.
thanks

Hi,
Thanks for using Zoom SDK. To set network proxy, you can refer to the interfaces provided in ZoomSDKNetworkService(https://zoom.github.io/zoom-sdk-macos/_zoom_s_d_k_network_service_8h_source.html) and ZoomSDKProxySettingHelper(https://zoom.github.io/zoom-sdk-macos/interface_zoom_s_d_k_proxy_setting_helper.html).

Please note that we cannot set proxy individually, the SDK will scan the proxy setting in the system, if the proxy requires password, you can use the API provided in the ZoomSDKNetworkService to handle this situation.

Hope this helps. Thanks!