Adding "first packet received" notification to PeerConnectionObserver.

R=glaznev@webrtc.org, pthatcher@webrtc.org, tkchin@webrtc.org

Review URL: https://codereview.webrtc.org/1581693006 .

Cr-Commit-Position: refs/heads/master@{#11401}
This commit is contained in:
Taylor Brandstetter
2016-01-27 12:10:36 -08:00
parent 80f1db971d
commit 42265a8cc3
15 changed files with 79 additions and 0 deletions

View File

@ -1000,6 +1000,10 @@ public class PeerConnectionClient {
// No need to do anything; AppRTC follows a pre-agreed-upon
// signaling/negotiation protocol.
}
@Override
public void onFirstMediaPacketReceived() {
}
}
// Implementation detail: handle offer creation/signaling and answer setting,