Sometimes, when I join a session using the UI Toolkit, an error pops up: “UIKit: Issue with the parameter sent.” This happens even though I have enabled the SharedArrayBuffer.
How can I reproduce and fix this issue?
Sometimes, when I join a session using the UI Toolkit, an error pops up: “UIKit: Issue with the parameter sent.” This happens even though I have enabled the SharedArrayBuffer.
How can I reproduce and fix this issue?
@thanapon can you share some session IDs for us to check?
Oh, I solved this problem when I retrieved the Session ID.
The root cause was that the token couldn’t be saved before initializing the UI toolkit.
Thank you for your help!