Revert of Adding "first packet received" notification to PeerConnectionObserver. (patchset #5 id:80001 of https://codereview.webrtc.org/1581693006/ )
Reason for revert: onFirstMediaPacketReceived() breaks bot. Original issue's description: > 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} > > Committed: https://crrev.com/08a6eab75e13613183509d91d3892c1db57f6fc5 > Cr-Commit-Position: refs/heads/master@{#11404} TBR=pthatcher@webrtc.org,tkchin@webrtc.org,glaznev@webrtc.org,deadbeef@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.webrtc.org/1647483004 Cr-Commit-Position: refs/heads/master@{#11415}
This commit is contained in:
@ -384,11 +384,6 @@ static NSInteger const kARDAppClientErrorInvalidRoom = -6;
|
||||
didOpenDataChannel:(RTCDataChannel *)dataChannel {
|
||||
}
|
||||
|
||||
- (void)peerConnectionOnFirstMediaPacketReceived:
|
||||
(RTCPeerConnection *)peerConnection {
|
||||
RTCLog(@"Received first media packet.");
|
||||
}
|
||||
|
||||
#pragma mark - RTCStatsDelegate
|
||||
|
||||
- (void)peerConnection:(RTCPeerConnection *)peerConnection
|
||||
|
||||
Reference in New Issue
Block a user