Explorar el Código

add jsdocs, update API description

tags/v0.0.2
isymchych hace 10 años
padre
commit
72e242e514
Se han modificado 3 ficheros con 550 adiciones y 705 borrados
  1. 3
    0
      JitsiConferenceEvents.js
  2. 3
    0
      doc/API.md
  3. 544
    705
      lib-jitsi-meet.js

+ 3
- 0
JitsiConferenceEvents.js Ver fichero

76
      * Indicates that conference has been left.
76
      * Indicates that conference has been left.
77
      */
77
      */
78
     CONFERENCE_LEFT: "conference.left",
78
     CONFERENCE_LEFT: "conference.left",
79
+    /**
80
+     * Indicates that DTMF support changed.
81
+     */
79
     DTMF_SUPPORT_CHANGED: "conference.dtmf_support_changed"
82
     DTMF_SUPPORT_CHANGED: "conference.dtmf_support_changed"
80
 };
83
 };
81
 
84
 

+ 3
- 0
doc/API.md Ver fichero

77
         - IN_LAST_N_CHANGED - passes boolean property that shows whether the local user is included in last n set of any other user or not. (parameters - boolean)
77
         - IN_LAST_N_CHANGED - passes boolean property that shows whether the local user is included in last n set of any other user or not. (parameters - boolean)
78
         - CONFERENCE_JOINED - notifies the local user that he joined the conference successfully. (no parameters)
78
         - CONFERENCE_JOINED - notifies the local user that he joined the conference successfully. (no parameters)
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
 
81
 
81
     2. connection
82
     2. connection
82
         - CONNECTION_FAILED - indicates that the server connection failed.
83
         - CONNECTION_FAILED - indicates that the server connection failed.
213
 
214
 
214
 17. addTrack(track) - Adds JitsiLocalTrack object to the conference.
215
 17. addTrack(track) - Adds JitsiLocalTrack object to the conference.
215
     - track - the JitsiLocalTrack
216
     - track - the JitsiLocalTrack
217
+
216
 18. removeTrack(track) - Removes JitsiLocalTrack object to the conference.
218
 18. removeTrack(track) - Removes JitsiLocalTrack object to the conference.
217
     - track - the JitsiLocalTrack
219
     - track - the JitsiLocalTrack
218
 
220
 
221
+19. isDTMFSupported() - Check if at least one user supports DTMF.
219
 
222
 
220
 JitsiTrack
223
 JitsiTrack
221
 ======
224
 ======

+ 544
- 705
lib-jitsi-meet.js
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


Loading…
Cancelar
Guardar