You've already forked matrix-js-sdk
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:
@@ -562,4 +562,7 @@ export class CallMembership {
|
||||
return data.foci_preferred;
|
||||
}
|
||||
}
|
||||
public get kind(): MembershipData["kind"] {
|
||||
return this.membershipData.kind;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user