Pre-call Test info

Hi,
We have integrated Zoom Videosdk in our app and it’s working . Now we are planning to add a Pre-Calling test like other apps where test your connection, mic , speaker and Network.

Yes, Zoom Videosdk Preview is there but it’s not providing network data , it’s only giving us if the mic, speaker or camera is working. .

So I’m looking for any method to do a proper pre-call test by sending and receiving audio and video data from the device.

we are using this sdk Video SDK - Android Changelog - Zoom Developers
@chunsiong.zoom @rehema.zoom @tommy @jon.zoom

Hi @paul.mathew ,

You can use the service quality callbacks to check network and the other statuses you mentioned. To do so, you will need to have a session started, but you can create a component that serves as a ‘status-check room’ for a user to access before joining the actual conference space. This will take some manual configuration (creating separate components and flow from one to the other) but it should be achievable.

Please let us know if this answered your question.

Thanks,
Rehema

Hi @rehema.zoom ,
thanks for the replay. it will be great if you can clarify this part

can create a component that serves as a ‘status-check room’ for a user to access before joining the actual conference space. This will take some manual configuration (creating separate components and flow from one to the other) but it should be achievable.

Thanks ,
Paul

@rehema.zoom ,
I have created a session with a name and all.
but in-order to do the service quality callbacks from the mobile side we need to send the video and audio to the Zoom server right ?
how can we achieve that with a single user ?

Hi @paul.mathew,

I misunderstood your original intent, but you are correct, two users are necessary. There isn’t a workaround for this, but you could still create a space where one user (at a time) tests their service. Otherwise, service quality checks won’t be possible.

Thanks,
Rehema