-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
How to merge or mix 3 audiostream like conference call? #481
Comments
So first of all you need a media server to mix audio. For example Asterisk. And then you first make a call to Asterisk then refer all related call to that specific call |
This is my working code. Assume you have extension for Conference inside your asterisk:
|
Could you please clarify what callProvider is? Is it part of this library? Could you explain it briefly |
callProvider is just like it name imply. It's a provider for holding data and sharing it between components. Here is an example code:
|
No description provided.
The text was updated successfully, but these errors were encountered: