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
{{ message }}
This repository was archived by the owner on Aug 7, 2019. It is now read-only.
The initial request can be made in connect() now. Probably add a new variable like self.connect_info = None and assign it to self.connect_info = apis.tinychat.get_connect_token(self.room_name) within the connect() and set the websocket address to self.connect_info['endpoint']. The actual token being self.connect_info['result']