| Index: webrtc/examples/objc/AppRTCDemo/ARDAppClient.m
|
| diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m b/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m
|
| index 33e00ed443e346daf820d3710b02e77acbec5f27..50fac5d3b7089044e9c6f3afd264ea8a240faabd 100644
|
| --- a/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m
|
| +++ b/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m
|
| @@ -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
|
|
|