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
|
// End Fullscreen
|
||||||
|
|
||||||
|
|
||||||
|
// Downscale own stream
|
||||||
|
function downscaleStreams() {
|
||||||
|
// To be implemented
|
||||||
|
}
|
||||||
|
|
||||||
// Mute microphone
|
// Mute microphone
|
||||||
function muteMicrophone() {
|
function muteMicrophone() {
|
||||||
var audioTrack = null;
|
var audioTrack = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user