Make video rooms compatible with matrix RTC (#11829)
* Make video rooms compatible with matrix RTC Signed-off-by: Timo K <toger5@hotmail.de> * comment fixes Signed-off-by: Timo K <toger5@hotmail.de> * fix tests by destroying the call. Otherwise create wont recreate for ec. Signed-off-by: Timo K <toger5@hotmail.de> --------- Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -202,7 +202,6 @@ export default class WidgetStore extends AsyncStoreWithClient<IState> {
|
||||
const app = WidgetUtils.makeAppConfig(widget.id, widget, widget.creatorUserId, roomId, undefined);
|
||||
this.widgetMap.set(WidgetUtils.getWidgetUid(app), app);
|
||||
this.roomMap.get(roomId)!.widgets.push(app);
|
||||
this.emit(UPDATE_EVENT, roomId);
|
||||
return app;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user