comms-sdk-web-getting-started icon indicating copy to clipboard operation
comms-sdk-web-getting-started copied to clipboard

SessionError: A session has already been opened

Open MarkusPint opened this issue 2 years ago • 7 comments

if (!VoxeetSDK.session.isOpen()) { await VoxeetSDK.session.open({ name: 'testname', externalId: 1 }); }

Intermittently this code is producing an error: "SessionError: A session has already been opened"

How can this be possible? We've taken care to check that a session is not open before we try to open one, but still it sometimes throws this error.

MarkusPint avatar Feb 22 '23 18:02 MarkusPint