Update media service for new name
This commit is contained in:
parent
dab5adb5be
commit
03b854e6b1
@ -58,7 +58,7 @@ export default createContainer(() => {
|
||||
data.currentPresentation = MediaService.getPresentationInfo();
|
||||
|
||||
if (MediaService.shouldShowWhiteboard()) {
|
||||
data.content = <WhiteboardContainer />;
|
||||
data.content = <PresentationAreaContainer />;
|
||||
}
|
||||
|
||||
if (MediaService.shouldShowDeskshare()) {
|
||||
|
Loading…
Reference in New Issue
Block a user