voice-router-dev 0.1.1 → 0.1.2

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.mjs CHANGED
@@ -676,10 +676,7 @@ var GladiaAdapter = class extends BaseAdapter {
676
676
  languages: [options.language]
677
677
  };
678
678
  }
679
- const initResponse = await this.client.post(
680
- "/v2/live",
681
- streamingRequest
682
- );
679
+ const initResponse = await this.client.post("/live", streamingRequest);
683
680
  const { id, url: wsUrl } = initResponse.data;
684
681
  const ws = new WebSocket(wsUrl);
685
682
  let sessionStatus = "connecting";