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
It is my source code as below:
RCTRealtimeMessaging.RTConnect(
{
appKey:this.state.appKey,
token:this.state.token,
connectionMetadata:this.state.connectionMetadata,
clusterUrl: "http://ortc-developers.realtime.co/server/2.1/"
});
The text was updated successfully, but these errors were encountered:
when i try to connection
it prompt me exception "Exception:Unable to get URL from cluster (http://ortc-prd-useast1-s0001.realtime.co)"
It is my source code as below:
RCTRealtimeMessaging.RTConnect(
{
appKey:this.state.appKey,
token:this.state.token,
connectionMetadata:this.state.connectionMetadata,
clusterUrl: "http://ortc-developers.realtime.co/server/2.1/"
});
The text was updated successfully, but these errors were encountered: