@voicenter-team/opensips-js 1.0.142 → 1.0.144

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -387,6 +387,7 @@ declare interface ICallStatus {
387
387
  isMoving: boolean
388
388
  isTransferring: boolean
389
389
  isMerging: boolean
390
+ isTransferred: boolean
390
391
  }
391
392
 
392
393
  declare interface IMessage extends MSRPSessionExtended {