diff --git a/static/sfu.js b/static/sfu.js index 97aff1f..7825152 100644 --- a/static/sfu.js +++ b/static/sfu.js @@ -260,7 +260,7 @@ function mapMediaOption(value) { case 'off': return false; default: - return value; + return {deviceId: value}; } }