voice-router-dev 0.1.0 → 0.1.1

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
@@ -677,7 +677,7 @@ var GladiaAdapter = class extends BaseAdapter {
677
677
  };
678
678
  }
679
679
  const initResponse = await this.client.post(
680
- "/streaming/init",
680
+ "/v2/live",
681
681
  streamingRequest
682
682
  );
683
683
  const { id, url: wsUrl } = initResponse.data;