PepperDash / Essentials

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

fix: add `Dialable` property to Meeting class #1128

Closed andrew-welker closed 1 year ago

andrew-welker commented 1 year ago

Previously, the meeting class was determining Dialable based on a meeting ID being "0". This is a Zoom-specific thing, but it has recently become a thing for Cisco codecs to have meetings that aren't necessarily dialable. Adding this property to the Meeting class allows the specific codec type to set it correctly based on that codec's needs.