* Improve how active calls work: - Sending the `m.call.notify` event is now done in `CallScreenPresenter` once we know the sync is running. - You can mark a call of both external url or room type as joined. - Hanging up checks the current active call type and will only remove it if it matches.
1 line
161 B
Text
1 line
161 B
Text
Improve how active calls work by also taking into account external url calls and waiting for the sync process to start before sending the `m.call.notify` event.
|