opensips-js 0.1.43 → 0.1.45

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opensips-js",
3
- "version": "0.1.43",
3
+ "version": "0.1.45",
4
4
  "description": "The JS package for opensips",
5
5
  "default": "src/index.ts",
6
6
  "jsdelivr": "dist/opensips-js.iife.js",
@@ -82,6 +82,7 @@ export interface RTCSessionExtended extends RTCSession {
82
82
  _status: number
83
83
  _remote_identity: RemoteIdentityCallType
84
84
  _remote_party_display_name: string | null
85
+ _remote_party_uri_user: string | null
85
86
  answer(options?: AnswerOptionsExtended): void
86
87
  init_icncoming(request: IncomingRequest): void
87
88
  }