|
@@ -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
|
*/
|