You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using latest Opentok Android SDK v2.25.3, with device Google Pixel 6 Pro
Steps to reproduce:
Following the network test sample code provided, perform bandwidth test while setting publishAudio=false for the Publisher, as I am only interested in the video bandwidth
When the bandwidth test starts, the microphone access indicator led on the top right corner of the device lights up
Tapping on the microphone indicator, it says Mic access - being used by Lifestream (our app)
If I start a Whatsapp call before hand, then open our app and start bandwidth test, it takes over the microphone and the other side of the Whatsapp call could not hear me anymore.
PS: On a Huawei device that I have, when no.4 above happens, it shows this warning below, which is a huge concern for the users as they will thought we are recording them secretly while we are just running bandwidth test.
The text was updated successfully, but these errors were encountered:
The solution is to set audioTrack(false) when first creating the Publisher Object used for the bandwidth test, instead of using publishAudio=false after that.
I am using latest Opentok Android SDK v2.25.3, with device Google Pixel 6 Pro
Steps to reproduce:
Following the network test sample code provided, perform bandwidth test while setting publishAudio=false for the Publisher, as I am only interested in the video bandwidth
When the bandwidth test starts, the microphone access indicator led on the top right corner of the device lights up
PS: On a Huawei device that I have, when no.4 above happens, it shows this warning below, which is a huge concern for the users as they will thought we are recording them secretly while we are just running bandwidth test.
The text was updated successfully, but these errors were encountered: