Interface CallEvents

Інтерфейс для подій дзвінків.

interface CallEvents {
    hangup(): void;
}

Methods

Methods