fix: Fix call event listener name + Added Call example (#1886)

* fix: bugfix + example

* relocate global variable
This commit is contained in:
Rajeh Taher
2022-12-23 17:10:09 +02:00
committed by GitHub
parent 288a572af6
commit a7b77e15ed
2 changed files with 10 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ exports.Events = {
DISCONNECTED: 'disconnected',
STATE_CHANGED: 'change_state',
BATTERY_CHANGED: 'change_battery',
INCOMING_CALL: 'incoming_call',
INCOMING_CALL: 'call',
REMOTE_SESSION_SAVED: 'remote_session_saved'
};