mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
to test with EC, also load prompt calls at startup
This commit is contained in:
parent
b133f58f7a
commit
a78ae52a54
@ -99,8 +99,9 @@ export class SessionViewModel extends ViewModel {
|
||||
|
||||
start() {
|
||||
this._sessionStatusViewModel.start();
|
||||
//this._client.session.callHandler.loadCalls("m.prompt");
|
||||
this._client.session.callHandler.loadCalls("m.ring");
|
||||
// TODO: only do this when opening the room
|
||||
this._client.session.callHandler.loadCalls("m.prompt");
|
||||
}
|
||||
|
||||
get activeMiddleViewModel() {
|
||||
|
Loading…
Reference in New Issue
Block a user