add stub for bitrate downscaling

This commit is contained in:
Khush Jammu 2020-06-01 12:45:10 +08:00
parent 624c9ee94f
commit 003fca0399
1 changed files with 6 additions and 0 deletions

View File

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