aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-10-01 18:14:04 -0400
committerandrewdkim <adkim414@gmail.com>2019-10-01 18:14:04 -0400
commit45b9f489033cd323614463ca9c36f41900bf1965 (patch)
treefee7a1106be11740758865d2fe0480ab20cc6698 /src/client/documents/Documents.ts
parente3ac007e51b00065b214dc638c957e3cf86b48ee (diff)
trials 2
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 036cc75a0..1f9b575a4 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -47,6 +47,7 @@ import { ProxyField } from "../../new_fields/Proxy";
import { DocumentType } from "./DocumentTypes";
import { LinkFollowBox } from "../views/linking/LinkFollowBox";
import { DashWebCam } from "../views/webcam/DashWebCam";
+import { DashWebRTC } from "../views/webcam/DashWebRTC";
//import { PresBox } from "../views/nodes/PresBox";
//import { PresField } from "../../new_fields/PresField";
var requestImageSize = require('../util/request-image-size');
@@ -179,7 +180,7 @@ export namespace Docs {
layout: { view: LinkFollowBox }
}],
[DocumentType.WEBCAM, {
- layout: { view: DashWebCam }
+ layout: { view: DashWebRTC }
}]
]);