1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
David Baker
e6155f9e37 Use MatrixClient as type
and different array syntax
2020-10-09 17:43:28 +01:00
David Baker
f518ea95f4 Use getLocalAge() & add grace period
Use the new local-age field for deciding whether a call is still
valid or not. Also add a grace period so we don't ring half a second
before the call becomes invalid.
2020-10-08 11:49:54 +01:00
David Baker
92c6332143 use more enums 2020-10-08 11:32:32 +01:00
David Baker
0df1a7da21 copyright header 2020-10-08 11:12:39 +01:00
David Baker
487a9c0967 Extract the call event handler out to its own class
and convert it to TypeScript
2020-10-08 11:10:20 +01:00