| Index: webrtc/examples/objc/AppRTCDemo/ARDAppClient.m
|
| diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m b/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m
|
| index 50fac5d3b7089044e9c6f3afd264ea8a240faabd..33e00ed443e346daf820d3710b02e77acbec5f27 100644
|
| --- a/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m
|
| +++ b/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m
|
| @@ -382,11 +382,6 @@
|
|
|
| - (void)peerConnection:(RTCPeerConnection *)peerConnection
|
| didOpenDataChannel:(RTCDataChannel *)dataChannel {
|
| -}
|
| -
|
| -- (void)peerConnectionOnFirstMediaPacketReceived:
|
| - (RTCPeerConnection *)peerConnection {
|
| - RTCLog(@"Received first media packet.");
|
| }
|
|
|
| #pragma mark - RTCStatsDelegate
|
|
|