Include Calls (#720)

* Get Call module

* The call event

* Update onCall index.d.ts
This commit is contained in:
tuyuribr
2021-07-17 01:05:53 -03:00
committed by GitHub
parent 449d0f01d8
commit cdede835af
6 changed files with 136 additions and 3 deletions

View File

@@ -50,7 +50,8 @@ exports.Events = {
QR_RECEIVED: 'qr',
DISCONNECTED: 'disconnected',
STATE_CHANGED: 'change_state',
BATTERY_CHANGED: 'change_battery'
BATTERY_CHANGED: 'change_battery',
INCOMING_CALL: 'incoming_call'
};
/**