Closed rojvv closed 3 years ago
This is incorrect as you can't mix Opus packets from all users like this, they come from different encoder contexts.
If you want to subscribe to all users, you'll need to mux each stream into one, and that is out of the scope of this library as it is an audio processing concern.
@amishshah Maybe you can add an example?
Please describe the changes this PR makes and why it should be merged:
This PR lets the user to
VoiceReceiver.subscribe('all')
and it should be merged because it is lets subscribing all users.