opensips-js 0.1.33 → 0.1.35

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
@@ -77,6 +77,7 @@ declare class AudioModule {
77
77
  private ringbackTimers;
78
78
  private ringbackAudioContexts;
79
79
  private ringbackSessionProgressReceived;
80
+ private hangupBeepContext;
80
81
  private VUMeter;
81
82
  private MicVAD;
82
83
  managedAudioContext: ManagedAudioContext;
@@ -233,6 +234,11 @@ declare class AudioModule {
233
234
  * Called when call ends, fails, or is confirmed
234
235
  */
235
236
  private cleanupRingbackTone;
237
+ /**
238
+ * Play a hangup beep sound when a call is terminated
239
+ * Standard hangup beep: single tone, short duration (~200ms)
240
+ */
241
+ private playHangupBeep;
236
242
  transferCall(callId: string, target: string): Error;
237
243
  mergeCall(roomId: number): void;
238
244
  mergeCallByIds(firstCallId: string, secondCallId: string): void;