-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
For IPC message exchange context isolation is the best practice, but the following error throws up after enabling context isolation:
Uncaught Error: An object could not be cloned.
at Conference._loadConference (Conference.js:176:25)
the error is thrown in the following cone snippet of Conference.js:
// Setup Jitsi Meet Electron SDK on this renderer.
window.jitsiNodeAPI.setupRenderer(this._api, {
enableRemoteControl: ENABLE_REMOTE_CONTROL,
enableAlwaysOnTopWindow: this.props._alwaysOnTopWindowEnabled
});
After digging further, found the cause which is the setupRenderer function takes in the API native class which is not supported by the structured clone algorithm.
Please comment if anyone know any work around, Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels