You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On Web and Linux version, sometimes the camera stream from the caller is not started.
To Reproduce
It happens at least 1/20 of times. Just make a call
Expected behavior
The camera Stream should start
Platform information
Web, Linux
Flutter version: 3.24.3
Plugin version: 2.3.0
Flutter target OS: Web/Linux
Flutter target OS version:
Flutter console log:
What we see from the livekit dashboard is that we request the track
{"track_source":"CAMERA","track_id":"TR_VCWAaU3i22kSnW","participant_id":"PA_NkcCapD5jpzo","participant_identity":"QA Test Panel","event":"TRACK_PUBLISH_REQUESTED","time_stamp":"2024-11-18T12:51:44.408187Z"}
But we don't get a published log entry, like this one: {"track_source":"CAMERA","track_id":"TR_VC4QFrx3yMbgu5","participant_id":"PA_AVibCzpWzZCK","participant_identity":"QA Test Panel","event":"TRACK_PUBLISHED","time_stamp":"2024-11-18T13:31:18.000621Z"}
Is there a way to understand why it is not published?
Thanks
The text was updated successfully, but these errors were encountered:
Describe the bug
On Web and Linux version, sometimes the camera stream from the caller is not started.
To Reproduce
It happens at least 1/20 of times. Just make a call
Expected behavior
The camera Stream should start
Platform information
Web, Linux
What we see from the livekit dashboard is that we request the track
{"track_source":"CAMERA","track_id":"TR_VCWAaU3i22kSnW","participant_id":"PA_NkcCapD5jpzo","participant_identity":"QA Test Panel","event":"TRACK_PUBLISH_REQUESTED","time_stamp":"2024-11-18T12:51:44.408187Z"}
But we don't get a published log entry, like this one:
{"track_source":"CAMERA","track_id":"TR_VC4QFrx3yMbgu5","participant_id":"PA_AVibCzpWzZCK","participant_identity":"QA Test Panel","event":"TRACK_PUBLISHED","time_stamp":"2024-11-18T13:31:18.000621Z"}
Is there a way to understand why it is not published?
Thanks
The text was updated successfully, but these errors were encountered: