stream-video-flutter
                                
                                
                                
                                    stream-video-flutter copied to clipboard
                            
                            
                            
                        Lobby Improvements
The StreamLobbyView and StreamLobbyVideo components seem limited in a couple of important ways, in order of priority in my opinion:
- They always use 
StreamVideo.instance, which causes problems for apps which initialize Stream in another way (e.g.StreamVideo.create) - They do not include audio level or network quality indicators
 
Suggested Improvements
- Allow us to pass in an instance of 
StreamVideo, and only fall back onStreamVideo.instanceif another instance is not provided - Add audio/network indicators to the video preview