connect
connect
▸ connect(): Promise<void>
The client automatically connects when created. You only need to call this method if you have previously disconnected.
Connects this client to the SignalWire Realtime API. The client will start receiving events.
Returns
Promise<void> - Resolves when the connection is established.