akashsinghtkd
Results
1
comments of
akashsinghtkd
Where I can use this code :- connection.mediaConstraints.video.optional = [{ facingMode: 'application' }]; in my code ``` (function( $ ) { 'use strict'; document.getElementById('open-room').onclick = function() { disableInputButtons(); connection.open(document.getElementById('room-id').value, function()...