diff options
Diffstat (limited to 'content/test/data/media/peerconnection-call.html')
-rw-r--r-- | content/test/data/media/peerconnection-call.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/test/data/media/peerconnection-call.html b/content/test/data/media/peerconnection-call.html index 535498f..a2ee6b4 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 |