Browser state sensors and Visit device for FKB

This commit is contained in:
2022-07-14 23:06:04 +00:00
parent 1109980d61
commit a46d2b3cb0
8 changed files with 126 additions and 79 deletions

View File

@@ -4,6 +4,9 @@ export const CameraMixin = (SuperClass) => {
private _canvas;
private _framerate;
// TODO: Enable WebRTC?
// https://levelup.gitconnected.com/establishing-the-webrtc-connection-videochat-with-javascript-step-3-48d4ae0e9ea4
constructor() {
super();
this._framerate = 2;