This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 833
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ringing for matrixRTC - since we are using m.mentions we start with the Notifier - an event in the Notifier will result in a IncomingCall toast - incomingCallToast is responsible for ringing (as long as one can see the toast it rings) This should make sure visual and audio signal are in sync. Signed-off-by: Timo K <[email protected]> * use typed CallNotifyContent Signed-off-by: Timo K <[email protected]> * update tests Signed-off-by: Timo K <[email protected]> * change to callId Signed-off-by: Timo K <[email protected]> * fix tests Signed-off-by: Timo K <[email protected]> * only ring in 1:1 calls notify in rooms < 15 member Signed-off-by: Timo K <[email protected]> * call_id fallback Signed-off-by: Timo K <[email protected]> * Update src/Notifier.ts Co-authored-by: Robin <[email protected]> * review Signed-off-by: Timo K <[email protected]> * add tests Signed-off-by: Timo K <[email protected]> * more tests Signed-off-by: Timo K <[email protected]> * unused import Signed-off-by: Timo K <[email protected]> * String -> string Signed-off-by: Timo K <[email protected]> --------- Signed-off-by: Timo K <[email protected]> Co-authored-by: Robin <[email protected]>
- Loading branch information
Showing
7 changed files
with
231 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.