opensips-js 0.1.43 → 0.1.44

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
@@ -186,6 +186,7 @@ declare class AudioModule {
186
186
  updateCall(value: ICall): void;
187
187
  updateRoom(value: IRoomUpdate): void;
188
188
  private hasAutoAnswerHeaders;
189
+ private refreshRemotePartyDisplayName;
189
190
  private addCall;
190
191
  private addCallStatus;
191
192
  private updateCallStatus;