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

[BUG]: Multiple Audio Stream Sender not working as intended #974

Open
SarthakSachdev opened this issue Jan 19, 2024 · 0 comments
Open

[BUG]: Multiple Audio Stream Sender not working as intended #974

SarthakSachdev opened this issue Jan 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@SarthakSachdev
Copy link

Package version

3.1.0-exp.7

Environment

* OS:
* Unity version:
* Graphics API:
* Browser:

Steps To Reproduce

  1. In the multiplay sample just like video stream sender include audio stream sender as well, it will not work as intended, only the first user gets the audio from unity to web, and after the first leaves the second user gets the audio.

Current Behavior

All the users are not getting audio from unity, even though i have audio stream sender component attached on all of them and i am using AddSender() like it is done for video stream sender. The bitrate for all the users except the first one is just 1-2 but for first one who is getting the video bitrate is 200.

Expected Behavior

All the users should get audio from there respective sender.

Anything else?

No response

@SarthakSachdev SarthakSachdev added the bug Something isn't working label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants