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
I get an error when trying to migrate a project from vue2 to vue3.
In vue3 this line of code throws an error
this.session.publish()
an example of an error: OpenTok:SessionDispatcher:error Error occurred during processMessage +0ms TypeError: 'get' on proxy: property '_rawSessionInfo' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value (expected '#<Object>' but got '#<Object>')
I use:
"vue": "^3.4.16",
"@opentok/client": "^2.27.1",
I get an error when trying to migrate a project from vue2 to vue3.
In vue3 this line of code throws an error
this.session.publish()
an example of an error:
OpenTok:SessionDispatcher:error Error occurred during processMessage +0ms TypeError: 'get' on proxy: property '_rawSessionInfo' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value (expected '#<Object>' but got '#<Object>')
I use:
"vue": "^3.4.16",
"@opentok/client": "^2.27.1",
my code:
I will be very grateful for your help
The text was updated successfully, but these errors were encountered: