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 535498f45d409b115b8c39774cd2d173bfd7d2a0..a2ee6b4f49e60df7a7082b96aaee87e242fcbea5 100644 |
--- a/content/test/data/media/peerconnection-call.html |
+++ b/content/test/data/media/peerconnection-call.html |
@@ -102,8 +102,8 @@ |
} |
// Do the forwarding after we have received video. |
- detectVideoIn('remote-view-1', onRemoteStream1); |
- detectVideoIn('remote-view-2', onRemoteStream2); |
+ detectVideoPlaying('remote-view-1', onRemoteStream1); |
+ detectVideoPlaying('remote-view-2', onRemoteStream2); |
} |
// Test that we can setup call with an audio and video track and |
@@ -212,7 +212,7 @@ |
} |
// Do the DTMF test after we have received video. |
- detectVideoIn('remote-view-2', onCallEstablished); |
+ detectVideoPlaying('remote-view-2', onCallEstablished); |
} |
// Test call with a new Video MediaStream that has been created based on a |