Adding "first packet received" notification to PeerConnectionObserver.

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

Committed: https://crrev.com/42265a8cc3b3f3db4aa2c29005aed2fb4393adef
Cr-Commit-Position: refs/heads/master@{#11401}

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

Cr-Commit-Position: refs/heads/master@{#11404}
This commit is contained in:
Taylor Brandstetter
2016-01-27 13:38:49 -08:00
parent d7a75d798b
commit 08a6eab75e
15 changed files with 81 additions and 0 deletions

View File

@ -384,6 +384,11 @@ static NSInteger const kARDAppClientErrorInvalidRoom = -6;
didOpenDataChannel:(RTCDataChannel *)dataChannel {
}
- (void)peerConnectionOnFirstMediaPacketReceived:
(RTCPeerConnection *)peerConnection {
RTCLog(@"Received first media packet.");
}
#pragma mark - RTCStatsDelegate
- (void)peerConnection:(RTCPeerConnection *)peerConnection