States

Twilio voice client states

States is one of the bubble ways to store temp data on the client side. Here a list of the states that you have access to

StateDescriptionType

Device status

Twilio voice client status (registering, registered, unregistered, destroyed)

text

Call Id

Returns active call sid

text

Call Status

Returns the active call status (pending, ringing, open, closed)

text

Muted

Returns if the active call is muted or not

yes/no

Incoming Call Phone Number

Incoming call phone number

text

Incoming Call Sid

Twilio incoming call sid

text

Error

Returns any errors related to the Twilio Client

text

Mic access status

Returns the user's browser access to microphone ( granted, denied, prompt)

text

Incoming Call Status

Returns the active call status (connected, disconnected, closed)

text

isBusy

Returns the device busy status.

yes/no

Last updated