PepperDash / Essentials

The Essentials Application Framework Libraries
MIT License
133 stars 77 forks source link

Fix Empty Zoom Phonebook #1049

Closed andrew-welker closed 1 year ago

andrew-welker commented 1 year ago

When a Zoom Room reboots and Essentials doesn't, the directory request Essentials makes could come back empty due to timing issues with the Zoom Room and the cloud. In order to fix that, Essentials needs to use the Added Contact and Updated Contact events to populate and update the address book.

In addition, the GenericQueue was printing unnecessary exception messages to the console.