@signalwire/js 4.0.0-dev-20260311174824 → 4.0.0-dev-20260311182902

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/browser.mjs CHANGED
@@ -14705,7 +14705,6 @@ var WebRTCCall = class extends Destroyable {
14705
14705
  async toggleLock() {
14706
14706
  const method = this.locked ? "call.unlock" : "call.lock";
14707
14707
  await this.executeMethod(this.selfId ?? "", method, {});
14708
- throw new UnimplementedError();
14709
14708
  }
14710
14709
  async toggleHold() {
14711
14710
  if (this._holdState) await this.vertoManager.unhold();