ソースを参照

fix(chore) xmpp constants jsdoc

tags/v0.0.2
Jorge Oliveira 2年前
コミット
7c5e0f9e33
2個のファイルの変更4行の追加4行の削除
  1. 2
    2
      service/xmpp/XMPPEvents.ts
  2. 2
    2
      types/auto/service/xmpp/XMPPEvents.d.ts

+ 2
- 2
service/xmpp/XMPPEvents.ts ファイルの表示

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

+ 2
- 2
types/auto/service/xmpp/XMPPEvents.d.ts ファイルの表示

@@ -216,7 +216,7 @@ export declare enum XMPPEvents {
216 216
     /**
217 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 220
      * STATUS_BUSY, STATUS_AVAILABLE or STATUS_UNDEFINED.
221 221
      */
222 222
     VIDEO_SIP_GW_AVAILABILITY_CHANGED = "xmpp.videoSIPGWAvailabilityChanged",
@@ -224,7 +224,7 @@ export declare enum XMPPEvents {
224 224
      * Indicates that video SIP GW Session state changed.
225 225
      * The statuses are any of the following statuses:
226 226
      * STATE_ON, STATE_OFF, STATE_PENDING, STATE_RETRYING, STATE_FAILED.
227
-     * {@see VideoSIPGWConstants}
227
+     * {@see VideoSIPGWStateConstants}
228 228
      *
229 229
      * @param {options} event - {address, oldState, newState, displayName}.
230 230
      */

読み込み中…
キャンセル
保存