| Index: content/test/data/media/peerconnection-call.html
|
| diff --git a/content/test/data/media/peerconnection-call.html b/content/test/data/media/peerconnection-call.html
|
| index 28e061b0293258ace458163a110c8e4334c70d1d..40d474feab049697049375e68e7f19c1d3afe3bb 100644
|
| --- a/content/test/data/media/peerconnection-call.html
|
| +++ b/content/test/data/media/peerconnection-call.html
|
| @@ -147,10 +147,12 @@
|
| var onRemoteStream2 = function() {
|
| // Video has been detected to be playing in pc2. Clone the received
|
| // stream and send it back to pc1.
|
| + console.log('callAndForward: Adding return stream');
|
| gSecondConnection.addStream(gRemoteStreams['remote-view-2'].clone());
|
| negotiate();
|
| }
|
|
|
| + console.log('Initial setup done. Waiting.');
|
| // Wait for remove video to be playing in pc2. Once video is playing,
|
| // forward the remove stream from pc2 to pc1.
|
| detectVideoPlaying('remote-view-2', onRemoteStream2);
|
|
|