1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Expose kind to decide if we use the hashed or non hashed livekit

participants.
This commit is contained in:
Timo K
2025-12-15 17:13:26 +01:00
parent 25a875a2d2
commit f5f1b8efb4

View File

@@ -562,4 +562,7 @@ export class CallMembership {
return data.foci_preferred;
}
}
public get kind(): MembershipData["kind"] {
return this.membershipData.kind;
}
}