Home > sip.js > UserAgentState
UserAgent state.
Signature:
export declare enum UserAgentState | Member | Value | Description |
|---|---|---|
| Started | "Started" |
|
| Stopped | "Stopped" |
Valid state transitions:
1. "Started" --> "Stopped"
2. "Stopped" --> "Started"
Home > sip.js > UserAgentState
UserAgent state.
Signature:
export declare enum UserAgentState | Member | Value | Description |
|---|---|---|
| Started | "Started" |
|
| Stopped | "Stopped" |
Valid state transitions:
1. "Started" --> "Stopped"
2. "Stopped" --> "Started"