Skip to content

Commit

Permalink
readme: add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcpoiu committed Dec 9, 2017
1 parent 23ae9fc commit 7a67500
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,21 @@ The purpose of this module is to handle actions/events during a phone call (audi
* Toggle speaker or microphone on/off, toggle flash light on/off
* Play ringtone/ringback/dtmftone

Basically, it is a telecommunication module which handles most of requirements when making/receiving/talking with a call.

This module is desinged to work with [react-native-webrtc](https://github.com/oney/react-native-webrtc)
you can find demo here: https://github.com/oney/RCTWebRTCDemo

Basically, it is a telecommunication module which handles most of requirements when making/receiving/talking with a call.

This module is desinged to work with [react-native-webrtc](https://github.com/oney/react-native-webrtc)
you can find demo here: https://github.com/oney/RCTWebRTCDemo

## TODO / Contribution Wanted:

* Make operations run on main thread. ( iOS/Android )
* Fix iOS audio shared instance singleton conflit with internal webrtc.
* Detect hardward button press event and react to it.
ex: press bluetooth button, send event to JS to answer/hangup.
ex: press power button to mute incoming ringtone.
* Use config-based to decide which event should start and report. maybe control behavior as well.
* Flash API on Android.

## Installation:


Expand Down

0 comments on commit 7a67500

Please sign in to comment.