Commit f2678e7 for jssip.net
commit f2678e75365070d66c66f1dd724570be624124c2
Author: José Luis Millán <jmillan@aliax.net>
Date: Tue Dec 9 11:55:36 2025 +0100
RTCSession: remove resetLocalMedia() method type
It no longer exists.
diff --git a/lib/RTCSession.d.ts b/lib/RTCSession.d.ts
index 2ae1a7a..fb68910 100644
--- a/lib/RTCSession.d.ts
+++ b/lib/RTCSession.d.ts
@@ -306,7 +306,5 @@ export class RTCSession extends EventEmitter {
refer(target: string | URI, options?: ReferOptions): void;
- resetLocalMedia(): void;
-
on<T extends keyof RTCSessionEventMap>(type: T, listener: RTCSessionEventMap[T]): this;
}
diff --git a/package.json b/package.json
index 264e087..2aaf01c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "jssip",
"title": "JsSIP",
"description": "the Javascript SIP library",
- "version": "3.10.3",
+ "version": "3.10.4",
"homepage": "https://jssip.net",
"contributors": [
"José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",