Package-level declarations

Manages WebSocket connections to Telnyx servers, providing secure communication channels for signaling and call control.

Types

Link copied to clipboard
class TxSocket(host_address: String, port: Int) : CoroutineScope

The socket connection that will send and receive messages related to calls. This class will trigger the TxSocketListener methods which can be observed to make use of the application

Link copied to clipboard

TxSocket interface containing the methods that the socket connection will fire