Change code style of user media

This commit is contained in:
Timo K
2026-01-09 18:27:56 +01:00
parent 9a88e3dab6
commit 444c50d8c4
2 changed files with 30 additions and 54 deletions

View File

@@ -33,7 +33,7 @@ export type TaggedParticipant =
| LocalTaggedParticipant
| RemoteTaggedParticipant;
interface MatrixLivekitMember {
export interface MatrixLivekitMember {
membership$: Behavior<CallMembership>;
connection$: Behavior<Connection | null>;
// participantId: string; We do not want a participantId here since it will be generated by the jwt