Przeglądaj źródła

updated docs

master
isymchych 10 lat temu
rodzic
commit
23c8a72192
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4
    1
      doc/API.md

+ 4
- 1
doc/API.md Wyświetl plik

79
         - CONFERENCE_LEFT - notifies the local user that he left the conference successfully. (no parameters)
79
         - CONFERENCE_LEFT - notifies the local user that he left the conference successfully. (no parameters)
80
         - DTMF_SUPPORT_CHANGED - notifies if at least one user supports DTMF. (parameters - supports(boolean))
80
         - DTMF_SUPPORT_CHANGED - notifies if at least one user supports DTMF. (parameters - supports(boolean))
81
         - USER_ROLE_CHANGED - notifies that role of some user changed. (parameters - id(string), role(string))
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
     2. connection
84
     2. connection
84
         - CONNECTION_FAILED - indicates that the server connection failed.
85
         - CONNECTION_FAILED - indicates that the server connection failed.
92
     We support the following events:
93
     We support the following events:
93
     1. conference
94
     1. conference
94
         - CONNECTION_ERROR - the connection with the conference is lost.
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
         - PASSWORD_REQUIRED - that error can be passed when the connection to the conference failed. You should try to join the conference with password.
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
         - VIDEOBRIDGE_NOT_AVAILABLE - video bridge issues.
100
         - VIDEOBRIDGE_NOT_AVAILABLE - video bridge issues.
98
     2. connection
101
     2. connection
99
         - PASSWORD_REQUIRED - passed when the connection to the server failed. You should try to authenticate with password.
102
         - PASSWORD_REQUIRED - passed when the connection to the server failed. You should try to authenticate with password.

Ładowanie…
Anuluj
Zapisz