FS-7585 add bandwidth settings to flash video

This commit is contained in:
Seven Du
2015-06-04 23:32:38 +08:00
parent f866313835
commit 1f25952008
3 changed files with 18 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
}
function makeCall() {
flash.makeCall($('#dest').val(), '', {want_video: "true"});
flash.makeCall($('#dest').val(), '', {wantVideo: "true", incomingBandwidth: "1mb"});
}
function hangup() {