add stub for bitrate downscaling

This commit is contained in:
Khush Jammu 2020-06-01 12:45:10 +08:00
parent 624c9ee94f
commit 003fca0399

View File

@ -499,6 +499,12 @@ function sendToAllDataChannels(message) {
// } // }
// End Fullscreen // End Fullscreen
// Downscale own stream
function downscaleStreams() {
// To be implemented
}
// Mute microphone // Mute microphone
function muteMicrophone() { function muteMicrophone() {
var audioTrack = null; var audioTrack = null;