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
Click on the Connect button and accept the permission requests
When the Screen Share dialog pops up, select the 'Window' tab and then select an open application window
Result:
The video track shows up momentarily and then disappears.
The track gets created via the HandleAddedTrack() method in ExampleRoom.cs and then HandleRemovedTrack() gets called immediately after & the video track is removed.
NOTE: This does not happen when selecting any Chrome tab or the Entire Screen option in the Screen Share dialog. This can be tested by clicking on the Disconnect button in the RoomScene and then connecting again.
Expected Behaviour:
Screen share video track is displayed like it is for the Chrome Tab and Entire Screen options.
LiveKit Unity version: 1.5.1
Unity version: 2023.2.5 & 6.0.0.5
Steps to reproduce:
ExampleAssembly.asmdef
under Assets\Samples\LiveKit WebGL SDK\1.5.1\Example\ExampleRoom, add the LiveKitBridge referenceJoinScene.unity
, copy the LiveKit Cloud project URL & token to the input fields under the UI CanvasExampleRoom.cs
file and add the following after line 50 (at the end of theStart()
method):Result:
The video track shows up momentarily and then disappears.
The track gets created via the
HandleAddedTrack()
method in ExampleRoom.cs and thenHandleRemovedTrack()
gets called immediately after & the video track is removed.NOTE: This does not happen when selecting any Chrome tab or the Entire Screen option in the Screen Share dialog. This can be tested by clicking on the Disconnect button in the RoomScene and then connecting again.
Expected Behaviour:
Screen share video track is displayed like it is for the Chrome Tab and Entire Screen options.
Looks to be similar to this issue: livekit/client-sdk-flutter#463
The text was updated successfully, but these errors were encountered: