forked from mystiq/hydrogen-web
to test with EC, also load prompt calls at startup
This commit is contained in:
parent
b133f58f7a
commit
a78ae52a54
1 changed files with 2 additions and 1 deletions
|
@ -99,8 +99,9 @@ export class SessionViewModel extends ViewModel {
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
this._sessionStatusViewModel.start();
|
this._sessionStatusViewModel.start();
|
||||||
//this._client.session.callHandler.loadCalls("m.prompt");
|
|
||||||
this._client.session.callHandler.loadCalls("m.ring");
|
this._client.session.callHandler.loadCalls("m.ring");
|
||||||
|
// TODO: only do this when opening the room
|
||||||
|
this._client.session.callHandler.loadCalls("m.prompt");
|
||||||
}
|
}
|
||||||
|
|
||||||
get activeMiddleViewModel() {
|
get activeMiddleViewModel() {
|
||||||
|
|
Loading…
Reference in a new issue