Skip to content

Commit

Permalink
[FIX] Changed auto_video_streaming logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
flashphoner committed Mar 19, 2014
1 parent f8ab207 commit fb54922
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/client/src/js/Phone.js
Expand Up @@ -603,7 +603,12 @@ function notifyVersion(version){
}

function notifyAutoSendVideo() {
sendVideoChangeState();
trace("notifyAutoSendVideo");
var sendVideoButton = getElement('sendVideo');
if (sendVideoButton.value == 'Send video') {
sendVideoButton.value = "Stop video";
flashphoner.setSendVideo(true);
}
}
/* ----------------------------------------------------------------------- */

Expand Down

0 comments on commit fb54922

Please sign in to comment.