connect
Connects to the socket using this client as the listener Will respond with 'No Network Connection' if there is no network available
Parameters
, the TxServerConfiguration used to connect to the socket
, the push metadata used to connect to a call from push (Get this from push notification - fcm data payload) required fot push calls to work
, if true, the SDK will automatically log in with the provided credentials on connection established We recommend setting this to true
See also
Deprecated
this telnyxclient.connect is deprecated. Use telnyxclient.connect(providedServerConfig,txPushMetaData,credential or tokenLogin) instead.
Connects to the socket using this client as the listener Will respond with 'No Network Connection' if there is no network available
Parameters
, the TxServerConfiguration used to connect to the socket
, the push metadata used to connect to a call from push (Get this from push notification - fcm data payload) required fot push calls to work