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

Suggestion for Readme.md #227

Open
wilmxre opened this issue Oct 10, 2023 · 0 comments
Open

Suggestion for Readme.md #227

wilmxre opened this issue Oct 10, 2023 · 0 comments

Comments

@wilmxre
Copy link

wilmxre commented Oct 10, 2023

In the documentation for ringBack, shouldn't InCallManager.stop() be added after InCallManager.stopRingback()?
So:


InCallManager.start({media: 'audio', ringback: '_BUNDLE_'}); // or _DEFAULT_ or _DTMF_

//when callee answered, you MUST stop ringback explicitly:
InCallManager.stopRingback();
InCallManager.stop(); // suggestion

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

1 participant