mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-26 05:17:04 +00:00
make it run
This commit is contained in:
@@ -181,7 +181,7 @@ export function createConnectionManager$({
|
||||
// Map the connections to list of {connection, participants}[]
|
||||
const listOfConnectionsWithPublishingParticipants =
|
||||
connections.value.map((connection) => {
|
||||
return connection.participantsWithTrack$.pipe(
|
||||
return connection.participants$.pipe(
|
||||
map((participants) => ({
|
||||
connection,
|
||||
participants,
|
||||
|
||||
Reference in New Issue
Block a user