Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: talk/app/webrtc/objc/public/RTCPeerConnectionDelegate.h

Issue 1640173004: Revert of Adding "first packet received" notification to PeerConnectionObserver. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: talk/app/webrtc/objc/public/RTCPeerConnectionDelegate.h
diff --git a/talk/app/webrtc/objc/public/RTCPeerConnectionDelegate.h b/talk/app/webrtc/objc/public/RTCPeerConnectionDelegate.h
index 63529cbea3baccc26949d3c016751dacfe3c944b..bf0c23104a60f66199a3054cd98988457374de28 100644
--- a/talk/app/webrtc/objc/public/RTCPeerConnectionDelegate.h
+++ b/talk/app/webrtc/objc/public/RTCPeerConnectionDelegate.h
@@ -69,8 +69,4 @@
- (void)peerConnection:(RTCPeerConnection*)peerConnection
didOpenDataChannel:(RTCDataChannel*)dataChannel;
-// Called when the first RTP packet is received.
-- (void)peerConnectionOnFirstMediaPacketReceived:
- (RTCPeerConnection *)peerConnection;
-
@end
« no previous file with comments | « talk/app/webrtc/objc/RTCPeerConnectionObserver.mm ('k') | talk/app/webrtc/objctests/RTCPeerConnectionSyncObserver.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698