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
Tested for rtc-sdk version: 3.0.0 and above.
Chrome latest version.
Agora account type: testing
When I try to join the channel, I get warning: Agora-SDK [WARNING]: handleSendError
Then sdk keeps on reattempting connection until web socket times out.
While the sdk state changes to and fro:
{"type":"connection-state-change","prevState":"CONNECTING","curState":"CONNECTED"}
and
{"type":"connection-state-change","prevState":"DISCONNECTED","curState":"CONNECTING"}
The text was updated successfully, but these errors were encountered:
Tested for rtc-sdk version: 3.0.0 and above.
Chrome latest version.
Agora account type: testing
When I try to join the channel, I get warning:
Agora-SDK [WARNING]: handleSendError
Then sdk keeps on reattempting connection until web socket times out.
While the sdk state changes to and fro:
{"type":"connection-state-change","prevState":"CONNECTING","curState":"CONNECTED"}
and
{"type":"connection-state-change","prevState":"DISCONNECTED","curState":"CONNECTING"}
The text was updated successfully, but these errors were encountered: