opensips-js-vue 0.1.38 → 0.1.39

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.
@@ -405,6 +405,7 @@ export declare interface RTCSessionExtended extends RTCSession {
405
405
  _status: number
406
406
  _remote_identity: RemoteIdentityCallType
407
407
  _remote_party_display_name: string | null
408
+ _remote_party_uri_user: string | null
408
409
  answer(options?: AnswerOptionsExtended): void
409
410
  init_icncoming(request: IncomingRequest): void
410
411
  }