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 827
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sharedInstance() -> instance Signed-off-by: Šimon Brandner <[email protected]> * Use CallState event instead of dispatching Signed-off-by: Šimon Brandner <[email protected]> * Simplifie some code Signed-off-by: Šimon Brandner <[email protected]> * Use a method to start a call instead of the dispatcher Signed-off-by: Šimon Brandner <[email protected]> * Use a method instead of place_conference_call Signed-off-by: Šimon Brandner <[email protected]> * Make terminateCallApp() and hangupCallApp() public Signed-off-by: Šimon Brandner <[email protected]> * Use hangupAllCalls() instead of the dispatcher Signed-off-by: Šimon Brandner <[email protected]> * Make dialNumber(), startTransferToMatrixID() and startTransferToPhoneNumber() public instead of using the dispatcher Signed-off-by: Šimon Brandner <[email protected]> * Use answerCall() instead of using the dispatcher Signed-off-by: Šimon Brandner <[email protected]> * Use hangupOrReject() instead of the dispatcher Signed-off-by: Šimon Brandner <[email protected]> * Update docs Signed-off-by: Šimon Brandner <[email protected]> * Improve TS Signed-off-by: Šimon Brandner <[email protected]> * Dispatch call_state, see element-hq/element-web#18823 (comment) Signed-off-by: Šimon Brandner <[email protected]> * Add missing import Signed-off-by: Šimon Brandner <[email protected]>
- Loading branch information
1 parent
e3187ed
commit cbb34d8
Showing
23 changed files
with
287 additions
and
498 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.