mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-23 00:15:04 +08:00
add stub for bitrate downscaling
This commit is contained in:
parent
624c9ee94f
commit
003fca0399
@ -499,6 +499,12 @@ function sendToAllDataChannels(message) {
|
||||
// }
|
||||
// End Fullscreen
|
||||
|
||||
|
||||
// Downscale own stream
|
||||
function downscaleStreams() {
|
||||
// To be implemented
|
||||
}
|
||||
|
||||
// Mute microphone
|
||||
function muteMicrophone() {
|
||||
var audioTrack = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user