Update media service for new name

This commit is contained in:
perroned 2017-03-06 19:34:30 +00:00
parent dab5adb5be
commit 03b854e6b1

View File

@ -58,7 +58,7 @@ export default createContainer(() => {
data.currentPresentation = MediaService.getPresentationInfo(); data.currentPresentation = MediaService.getPresentationInfo();
if (MediaService.shouldShowWhiteboard()) { if (MediaService.shouldShowWhiteboard()) {
data.content = <WhiteboardContainer />; data.content = <PresentationAreaContainer />;
} }
if (MediaService.shouldShowDeskshare()) { if (MediaService.shouldShowDeskshare()) {