TxServerConfiguration constructor
const
TxServerConfiguration({})
Creates a server configuration with the specified parameters.
Implementation
const TxServerConfiguration({
this.host = DefaultConfig.telnyxProdHostAddress,
this.port = DefaultConfig.telnyxPort,
this.turn = DefaultConfig.defaultTurn,
this.stun = DefaultConfig.defaultStun,
});