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

Migrate LobbyView to `TrackOptions.enabled` #626

Closed Nash0x7E2 closed 1 month ago

Nash0x7E2 commented 1 month ago

🎯 Goal

This PR addresses the issues outlined in the ticket https://github.com/GetStream/stream-video-flutter/issues/617.

🛠 Implementation details

Migrates the StreamLobbyView view implementation to TrackOptions.enabled instead of TrackOptions.provided. The Camera and Microphone on/off state are checked and synced to a new instance of CallConnectOptions before being passed to the active Call object.

Tested on:

🧪 Testing

☑️Contributor Checklist

General

☑️Reviewer Checklist