bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-preview/service.js

8 lines
158 B
JavaScript

export default {
changeWebcam: (deviceId) => {
Session.set('WebcamDeviceId', deviceId);
},
webcamDeviceId: () => Session.get('WebcamDeviceId'),
};