aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorMohammad Amoush <mohammad_amoush@brown.edu>2019-10-29 18:29:57 -0400
committerMohammad Amoush <mohammad_amoush@brown.edu>2019-10-29 18:29:57 -0400
commit9c7521a36f67b3a69ac40f8a55e66638ed96bf04 (patch)
treefa8f8947d490f968460ee40e21b2d8dc8c36df89 /src/client/documents/Documents.ts
parentf5fc9d12c2843d6d9241045150983d30e4eaa4d1 (diff)
Client Side Namespace
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 8b3c03866..3df1e0e9a 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -46,8 +46,8 @@ 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 { PresElementBox } from "../views/presentationview/PresElementBox";
+import { DashWebRTCVideo } from "../views/webcam/DashWebRTCVideo";
var requestImageSize = require('../util/request-image-size');
var path = require('path');
@@ -178,7 +178,7 @@ export namespace Docs {
layout: { view: LinkFollowBox }
}],
[DocumentType.WEBCAM, {
- layout: { view: DashWebRTC }
+ layout: { view: DashWebRTCVideo }
}],
[DocumentType.PRESELEMENT, {
layout: { view: PresElementBox }