Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network test is accessing microphone even though publishAudio is set to false (user Privacy issue) #56

Open
iori57 opened this issue Jul 24, 2023 · 2 comments

Comments

@iori57
Copy link

iori57 commented Jul 24, 2023

I am using latest Opentok Android SDK v2.25.3, with device Google Pixel 6 Pro

Steps to reproduce:

  1. 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

  2. When the bandwidth test starts, the microphone access indicator led on the top right corner of the device lights up

image
  1. Tapping on the microphone indicator, it says Mic access - being used by Lifestream (our app)
image
  1. 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.

image
@vona-ben
Copy link
Collaborator

vona-ben commented Aug 4, 2023

Hi iori57,

I believe our video support team has already assisted you. If that's not the case, please let me know

@iori57
Copy link
Author

iori57 commented Aug 7, 2023

Yup it has been resolved thanks!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants