Implemented Android Demo Application for VoIP API

The app showcased the ability to send real-time voice data between two endpoints using the VoIP API.
Users can also configure session parameters such as the endpoint information and codec used.

Bug: webrtc:11723
Change-Id: I682f4aa743b707759536bce59e598789a77b7ec6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178467
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Tim Na <natim@webrtc.org>
Commit-Queue: Tim Na <natim@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31775}
This commit is contained in:
Jason Long
2020-07-20 17:52:12 -04:00
committed by Commit Bot
parent 1062cfee8d
commit 00b8462eb7
14 changed files with 1601 additions and 0 deletions

View File

@ -27,6 +27,7 @@ group("examples") {
":AppRTCMobile",
":AppRTCMobile_test_apk",
":libwebrtc_unity",
"androidvoip",
]
# TODO(sakal): We include some code from the tests. Remove this dependency