Use js-sdk from hangup refactor branch

https://github.com/matrix-org/matrix-js-sdk/pull/3234
This commit is contained in:
David Baker
2023-03-29 12:28:04 +01:00
parent 40f5c53c05
commit 77c6357b08
6 changed files with 114 additions and 23 deletions

View File

@@ -173,6 +173,8 @@ export function useGroupCall(
});
if (groupCallOTelMembershipGroupCallId !== groupCall.groupCallId) {
if (groupCallOTelMembership) groupCallOTelMembership.dispose();
// If the user disables analytics, this will stay around until they leave the call
// so analytics will be disabled once they leave.
if (ElementCallOpenTelemetry.instance) {