webrtc/examples
Qiang Chen 51e2046dbc Bug Fix: WebRTC Unity Plugin Audio One Way
When audio_only is on for the webrtc unity plugin, there is a bug that
the audio from hologram cannot be heard at the remote side.

Actually we found the audio is transmitted to the remote side, but the
remote side wants video data also to playout everything. So without
video data, the remote side will drop all the audio data.

Thus, on the hologram (using webrtc unity plugin) side, we should not
hook up a dummy camera, but instead we should use media constraint to
request the remote side to send video data.

This CL fixes the bug.

Bug: webrtc:8555
Change-Id: I21ddda65185b645088aa4ac15f47b3f8ffad1873
Reviewed-on: https://webrtc-review.googlesource.com/24680
Commit-Queue: Qiang Chen <qiangchen@chromium.org>
Reviewed-by: George Zhou <gyzhou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#21094}
2017-12-05 20:36:12 +00:00
..
aarproject Use Android SDK from third_party/ for AppRTCMobile AAR-project. 2017-10-16 15:39:07 +00:00
androidapp Roll Chromium + Fix Android lint suppressions 2017-11-30 16:59:50 +00:00
androidjunit Android: Fix warnings 2017-11-16 18:25:33 +00:00
androidtests Android: Fix warnings 2017-11-16 18:25:33 +00:00
objc Reland "Add file capturer to AppRTCMobile on simulator." 2017-11-24 15:06:39 +00:00
peerconnection Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
relayserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stunprober Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
stunserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
turnserver Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
unityplugin Bug Fix: WebRTC Unity Plugin Audio One Way 2017-12-05 20:36:12 +00:00
BUILD.gn Bug Fix: WebRTC Unity Plugin Audio One Way 2017-12-05 20:36:12 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00