opensips-js-vue 0.1.35 → 0.1.37

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