You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
It would be helpful if we could get a enum for Connection.EventName:
declarenamespaceConnection{enumEventName{ACCEPT='accept',CANCEL='cancel',DISCONNECT='disconnect',ERROR='error',MUTE='mute',RECONNECTING='reconnecting',RECONNECTED='reconnected',REJECT='reject',RINGING='ringing',SAMPLE='sample',VOLUME='volume',WARNING='warning',WARNING_CLEARED='warning-cleared',TRANSPORT_CLOSE='transportClose'//This one's in connections.js but I'm not sure if it's relevant.}}
This would be similar to the existing Device.EventName enum.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
It would be helpful if we could get a enum for Connection.EventName:
This would be similar to the existing
Device.EventName
enum.The text was updated successfully, but these errors were encountered: