opensips-js 0.1.42 → 0.1.43

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
@@ -1006,6 +1006,7 @@ declare interface RTCSessionExtended extends RTCSession {
1006
1006
  _videoMuted: boolean
1007
1007
  _status: number
1008
1008
  _remote_identity: RemoteIdentityCallType
1009
+ _remote_party_display_name: string | null
1009
1010
  answer(options?: AnswerOptionsExtended): void
1010
1011
  init_icncoming(request: IncomingRequest): void
1011
1012
  }