react-native-webrtc / react-native-webrtc/react-native-incall-manager

Suggestion for Readme.md

Open
#227 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
597
Forks
201
Avg merge
2h 42m
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open README.md and find the ringBack documentation and its InCallManager.start example. Check whether InCallManager.stop() is shown after InCallManager.stopRingback(); done means the example documents the suggested call sequence clearly.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.