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.js CHANGED
@@ -735,7 +735,7 @@ var GladiaAdapter = class extends BaseAdapter {
735
735
  };
736
736
  }
737
737
  const initResponse = await this.client.post(
738
- "/streaming/init",
738
+ "/v2/live",
739
739
  streamingRequest
740
740
  );
741
741
  const { id, url: wsUrl } = initResponse.data;