-
Notifications
You must be signed in to change notification settings - Fork 24
Add New Features section in README #131
Add New Features section in README #131
Conversation
bobiechen-twilio
commented
Nov 6, 2018
- Add a new section for new features
- Update links
README.md
Outdated
|
||
1. [WebRTC](#webrtc) | ||
2. [Custom Parameters](#custom-parameters) | ||
3. [Ringing](#ringing) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Call Ringing APIs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Followed Android PR: twilio/voice-quickstart-android#212
README.md
Outdated
1. [WebRTC](#webrtc) | ||
2. [Custom Parameters](#custom-parameters) | ||
3. [Ringing](#ringing) | ||
4. [Stats](#media-stats) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Media stats
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Followed Android PR: twilio/voice-quickstart-android#212
README.md
Outdated
3. [Ringing](#ringing) | ||
4. [Stats](#media-stats) | ||
5. [TVODefaultAudioDevice](#tvodefaultaudiodevice) | ||
6. [TVOAudioDevice Protocol](#tvoaudiodevice-protocol) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about -
5. Audio device APIs
a. Default audio device
b. Custom audio device
README.md
Outdated
audioDevice.block(); | ||
``` | ||
|
||
#### <a name="tvoaudiodevice-protocol"></a>TVOAudioDevice Protocol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Custom Audio Device
README.md
Outdated
} | ||
``` | ||
|
||
#### <a name="tvodefaultaudiodevice"></a>TVODefaultAudioDevide |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default Audio Device
README.md
Outdated
} | ||
``` | ||
|
||
#### <a name="ringing"></a>Ringing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ringing APIs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Followed Android PR: twilio/voice-quickstart-android#212
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to make these changes on the Android side. They are less terse headings.
README.md
Outdated
4. [Media Stats](#media-stats) | ||
5. [Audio Device APIs](#audio-device-apis) | ||
* [Default Audio Device](#default-audio-device) | ||
* [Custom Audio Device](#custom-audio-device) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.