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 bf0c23104a60f66199a3054cd98988457374de28..4d5746ec333eaa4f5650dacc1ba3d6a94875c188 100644 |
--- a/talk/app/webrtc/objc/public/RTCPeerConnectionDelegate.h |
+++ b/talk/app/webrtc/objc/public/RTCPeerConnectionDelegate.h |
@@ -69,4 +69,7 @@ |
- (void)peerConnection:(RTCPeerConnection*)peerConnection |
didOpenDataChannel:(RTCDataChannel*)dataChannel; |
+// Called when the first RTP or SCTP packet is received. |
+- (void)peerConnectionOnFirstPacketReceived:(RTCPeerConnection *)peerConnection; |
+ |
@end |