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
Change the BrowserSyncStorageImpl storage implementation to your custom storage, as this storage implementation relies on the chrome plugin API, you can use localStorage or IndexDBStorage, or even store to the server instead, since the constraints are asynchronous
Due to the instability of the P2P connection, it is recommended to use a custom server, such as websocket or a regular resful api, and just implement the constraints in externs/ChatRoom.ts & externs/VirtualRoom.ts in the impls folder, i.e., support the request method in the room on the server side
Hi. I want to build from source. How to do that ?
The text was updated successfully, but these errors were encountered: