feat(api): notify of password required

This commit is contained in:
Leonard Kim
2019-06-11 08:12:37 -07:00
committed by virtuacoplenny
parent 97e0303065
commit ae3b70eb13
4 changed files with 52 additions and 1 deletions
+2
View File
@@ -33,6 +33,7 @@ const commands = {
displayName: 'display-name',
email: 'email',
hangup: 'video-hangup',
password: 'password',
subject: 'subject',
submitFeedback: 'submit-feedback',
toggleAudio: 'toggle-audio',
@@ -63,6 +64,7 @@ const events = {
'outgoing-message': 'outgoingMessage',
'participant-joined': 'participantJoined',
'participant-left': 'participantLeft',
'password-required': 'passwordRequired',
'proxy-connection-event': 'proxyConnectionEvent',
'video-ready-to-close': 'readyToClose',
'video-conference-joined': 'videoConferenceJoined',