You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kurento
Hello. Im trying to customize https://github.com/Kurento/kurento-room/blob/master/kurento-room-client-js/src/main/resources/static/js/KurentoRoom.js to switch cameras. The room has only one publisher. By customizing adapter.js (i know this is bad) i'v got array of cameras. In the init() methos of KurentoRoom.Stream im sending deviceId to set camera from array of cameras. To change camera im forced to leave room and execute init() again with new deviceId. Please point me to right way.