Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
CallState
CallState represents the state of the call
Check out our upcoming events and meetups! View events →
CallState represents the state of the call
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
CallStateCallState represents the state of the call
enum CallState {
newCall,
connecting,
ringing,
active,
held,
done,
error,
}
NEWnewCall
CONNECTINGconnecting
RINGINGringing
ACTIVEactive
HELDheld
DONEdone
errorerror
Was this page helpful?