polyv-live-api-sdk 1.0.10 → 1.0.11

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
@@ -10938,7 +10938,7 @@ var V4ChannelService = class {
10938
10938
  async getChannel(params) {
10939
10939
  this.validateChannelId(params.channelId);
10940
10940
  const response = await this.client.httpClient.get(
10941
- "/live/v4/channel/operate/get-channel",
10941
+ "/live/v4/channel/basic/get",
10942
10942
  { params }
10943
10943
  );
10944
10944
  return response;