mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-7585 add bandwidth settings to flash video
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
function makeCall() {
|
||||
flash.makeCall($('#dest').val(), '', {want_video: "true"});
|
||||
flash.makeCall($('#dest').val(), '', {wantVideo: "true", incomingBandwidth: "1mb"});
|
||||
}
|
||||
|
||||
function hangup() {
|
||||
|
Reference in New Issue
Block a user