stream-video-flutter
stream-video-flutter copied to clipboard
Camera/microphone options set on lobby view are not working properly
trafficstars
Enabling the camera/microphone on the Lobby view doesn’t always publish the track properly. Sometimes, it's visible locally but not for other call participants.
Setting TrackOption.enabled() instead of TrackOption.provided(cameraTrack) to CallConnectOptions seems to fix this. We should investigate why TrackOption.provided is not working as expected.
Was able to replicate this on the latest main, screenshots attached.
Migrating the lobby app to TrackOptions.enabled addresses this issue on the demo/production environment.
The PR with the change can be found here: https://github.com/GetStream/stream-video-flutter/pull/626