aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
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 }