Merge branch 'main' into add-polls

This commit is contained in:
Rajeh Taher
2022-12-24 00:05:19 +02:00
committed by GitHub
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',
POLL_VOTE: 'poll_vote'
};