stream-video-flutter icon indicating copy to clipboard operation
stream-video-flutter copied to clipboard

Camera/microphone options set on lobby view are not working properly

Open Brazol opened this issue 1 year ago • 2 comments
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.

Brazol avatar Mar 25 '24 15:03 Brazol

Was able to replicate this on the latest main, screenshots attached.

CleanShot 2024-03-26 at 17 26 45@2x

CleanShot 2024-03-26 at 17 26 39@2x

Nash0x7E2 avatar Mar 26 '24 23:03 Nash0x7E2

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

CleanShot 2024-03-28 at 15 59 08@2x

Nash0x7E2 avatar Mar 28 '24 22:03 Nash0x7E2