GetStream / stream-video-flutter

Flutter Video SDK - Build your own video app experience using Dart, Flutter and the Stream Video Messaging API.
https://getstream.io/video/docs/flutter/
Other
37 stars 11 forks source link

fix(llc): fixing call participants creation when receving call details #613

Closed Brazol closed 1 month ago

Brazol commented 1 month ago

Previously wherever we get a call details we updated the CallState with participants created from member list. First problem was that it was losing the state of CallParticipant which contains publishedTracks. Second is that it should iterate session participats and not members collection.