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
The global object is available on node but not in browser environments. so you should use the globalThis object instead, which is the standard way to reference the global object on every environment.
The
global
object is available on node but not in browser environments. so you should use theglobalThis
object instead, which is the standard way to reference the global object on every environment.twilio-video.js/lib/twilioconnection.js
Line 64 in 352ebf3
The text was updated successfully, but these errors were encountered: