mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-15 12:12:57 +00:00
Change code style of user media
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user