export declare enum CallStatus {
    INITIALIZED = 0,
    CALLING = 1,
    RINGING = 2,
    CONNECTING = 3,
    ESTABLISHED = 4,
    FINISHED = 5
}
