| Index: webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java
|
| diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java
|
| index eb4d95906795f37a0ceb999185b6b78994826185..91f46b2b87ba1a7c6152e48e08ec9bcb2dfe2efc 100644
|
| --- a/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java
|
| +++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java
|
| @@ -1000,6 +1000,10 @@ public class PeerConnectionClient {
|
| // No need to do anything; AppRTC follows a pre-agreed-upon
|
| // signaling/negotiation protocol.
|
| }
|
| +
|
| + @Override
|
| + public void onFirstMediaPacketReceived() {
|
| + }
|
| }
|
|
|
| // Implementation detail: handle offer creation/signaling and answer setting,
|
|
|