Open
Description
Package version
3.1.0-exp.7
Environment
* OS:Windows 10
* Unity version:2023
* Graphics API:DirectX11
* Browser:Google Chrome Version 119.0.6045.160
Steps To Reproduce
in multiplayer section
Current Behavior
Sometimes input not work or not rgonize by render streaming.
Expected Behavior
No response
Anything else?
I found a solution. in videoplayer.js file _onOpenInputSenderChannel function , it seems this function is call before screen show up on chrome. I change setTimeout to 1000 and problem solved.