CustomHeaders

data class CustomHeaders(val name: String, val value: String)

Class that represents a Call and handles all call related actions, including answering and ending a call.

Parameters

context

the current application Context

client

the TelnyxClient instance in use.

socket

the TxSocket instance in use

sessionId

the session ID of the user session

audioManager

the AudioManager instance in use, used to change audio related settings.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard
Link copied to clipboard