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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +17 -16
- package/LICENSE +0 -21
package/dist/index.cjs
CHANGED
|
@@ -10945,7 +10945,7 @@ var V4ChannelService = class {
|
|
|
10945
10945
|
async getChannel(params) {
|
|
10946
10946
|
this.validateChannelId(params.channelId);
|
|
10947
10947
|
const response = await this.client.httpClient.get(
|
|
10948
|
-
"/live/v4/channel/
|
|
10948
|
+
"/live/v4/channel/basic/get",
|
|
10949
10949
|
{ params }
|
|
10950
10950
|
);
|
|
10951
10951
|
return response;
|