CallEndReason interface
Describes the reason why the call ended.
Properties
code | Get the HTTP code. |
message | Get a human readable message about the call end reason. |
result |
Whether the call end reason is expected or unexpected. |
sub |
Get the subCode/reason code. |
Property Details
code
Get the HTTP code.
code: number
Property Value
number
message
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get a human readable message about the call end reason.
message: string
Property Value
string
resultCategories
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Whether the call end reason is expected or unexpected.
resultCategories: ResultCategories[]
Property Value
subCode
Get the subCode/reason code.
subCode?: number
Property Value
number