Procházet zdrojové kódy

fix(chore) xmpp constants jsdoc

tags/v0.0.2
Jorge Oliveira před 2 roky
rodič
revize
7c5e0f9e33
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 2
    2
      service/xmpp/XMPPEvents.ts
  2. 2
    2
      types/auto/service/xmpp/XMPPEvents.d.ts

+ 2
- 2
service/xmpp/XMPPEvents.ts Zobrazit soubor

355
     /**
355
     /**
356
      * Indicates that video SIP GW state changed.
356
      * Indicates that video SIP GW state changed.
357
      *
357
      *
358
-     * @param {VideoSIPGWConstants} status - Any of the following statuses:
358
+     * @param {VideoSIPGWStatusConstants} status - Any of the following statuses:
359
      * STATUS_BUSY, STATUS_AVAILABLE or STATUS_UNDEFINED.
359
      * STATUS_BUSY, STATUS_AVAILABLE or STATUS_UNDEFINED.
360
      */
360
      */
361
     VIDEO_SIP_GW_AVAILABILITY_CHANGED = 'xmpp.videoSIPGWAvailabilityChanged',
361
     VIDEO_SIP_GW_AVAILABILITY_CHANGED = 'xmpp.videoSIPGWAvailabilityChanged',
364
      * Indicates that video SIP GW Session state changed.
364
      * Indicates that video SIP GW Session state changed.
365
      * The statuses are any of the following statuses:
365
      * The statuses are any of the following statuses:
366
      * STATE_ON, STATE_OFF, STATE_PENDING, STATE_RETRYING, STATE_FAILED.
366
      * STATE_ON, STATE_OFF, STATE_PENDING, STATE_RETRYING, STATE_FAILED.
367
-     * {@see VideoSIPGWConstants}
367
+     * {@see VideoSIPGWStateConstants}
368
      *
368
      *
369
      * @param {options} event - {address, oldState, newState, displayName}.
369
      * @param {options} event - {address, oldState, newState, displayName}.
370
      */
370
      */

+ 2
- 2
types/auto/service/xmpp/XMPPEvents.d.ts Zobrazit soubor

216
     /**
216
     /**
217
      * Indicates that video SIP GW state changed.
217
      * Indicates that video SIP GW state changed.
218
      *
218
      *
219
-     * @param {VideoSIPGWConstants} status - Any of the following statuses:
219
+     * @param {VideoSIPGWStatusConstants} status - Any of the following statuses:
220
      * STATUS_BUSY, STATUS_AVAILABLE or STATUS_UNDEFINED.
220
      * STATUS_BUSY, STATUS_AVAILABLE or STATUS_UNDEFINED.
221
      */
221
      */
222
     VIDEO_SIP_GW_AVAILABILITY_CHANGED = "xmpp.videoSIPGWAvailabilityChanged",
222
     VIDEO_SIP_GW_AVAILABILITY_CHANGED = "xmpp.videoSIPGWAvailabilityChanged",
224
      * Indicates that video SIP GW Session state changed.
224
      * Indicates that video SIP GW Session state changed.
225
      * The statuses are any of the following statuses:
225
      * The statuses are any of the following statuses:
226
      * STATE_ON, STATE_OFF, STATE_PENDING, STATE_RETRYING, STATE_FAILED.
226
      * STATE_ON, STATE_OFF, STATE_PENDING, STATE_RETRYING, STATE_FAILED.
227
-     * {@see VideoSIPGWConstants}
227
+     * {@see VideoSIPGWStateConstants}
228
      *
228
      *
229
      * @param {options} event - {address, oldState, newState, displayName}.
229
      * @param {options} event - {address, oldState, newState, displayName}.
230
      */
230
      */

Načítá se…
Zrušit
Uložit