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 enum reference for the Flutter Voice SDK. Represents the current state of a call (NEW, CONNECTING, RINGING, ACTIVE, DONE) and supported transitions.
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?