Description
I am integrating ZoomSDK in android app and I wanted to test webRTC connection quality before actual meeting. Is there any way to test zoom connection directly from SDK? If not, can I test connection quality using some external tools?
Hi maciej,
Thanks for using Zoom SDK.
We do have an interface to test the connection quality while in the meeting: querySessionNetworkStatus, but we do not have such interface to test the network quality before the actual meeting. If you would like to test the connection but not the quality, you could call any status interface before the meeting(For example, getMeetingStatus), if the call is a success, then the connection to the server should be good.
Hope this helps. Thanks!
Thank you for support!
Marking as solved.
-Tommy