|
|
@@ -79,6 +79,7 @@ JitsiMeetJS.setLogLevel(JitsiMeetJS.logLevels.ERROR);
|
|
79
|
79
|
- CONFERENCE_LEFT - notifies the local user that he left the conference successfully. (no parameters)
|
|
80
|
80
|
- DTMF_SUPPORT_CHANGED - notifies if at least one user supports DTMF. (parameters - supports(boolean))
|
|
81
|
81
|
- USER_ROLE_CHANGED - notifies that role of some user changed. (parameters - id(string), role(string))
|
|
|
82
|
+ - CONFERENCE_FAILED - notifies that user failed to join the conference. (parameters - errorCode(JitsiMeetJS.errors.conference))
|
|
82
|
83
|
|
|
83
|
84
|
2. connection
|
|
84
|
85
|
- CONNECTION_FAILED - indicates that the server connection failed.
|
|
|
@@ -92,8 +93,10 @@ JitsiMeetJS.setLogLevel(JitsiMeetJS.logLevels.ERROR);
|
|
92
|
93
|
We support the following events:
|
|
93
|
94
|
1. conference
|
|
94
|
95
|
- CONNECTION_ERROR - the connection with the conference is lost.
|
|
|
96
|
+ - SETUP_FAILED - conference setup failed
|
|
|
97
|
+ - AUTHENTICATION_REQUIRED - user must be authenticated to create this conference
|
|
95
|
98
|
- PASSWORD_REQUIRED - that error can be passed when the connection to the conference failed. You should try to join the conference with password.
|
|
96
|
|
- - PASSWORD_NOT_SUPPORTED - indicates that password cannot be set for this conference
|
|
|
99
|
+ - PASSWORD_NOT_SUPPORTED - indicates that conference cannot be locked
|
|
97
|
100
|
- VIDEOBRIDGE_NOT_AVAILABLE - video bridge issues.
|
|
98
|
101
|
2. connection
|
|
99
|
102
|
- PASSWORD_REQUIRED - passed when the connection to the server failed. You should try to authenticate with password.
|