Skip to content

Commit 3b115d0

Browse files
authored
fix: clarify RTC channel subscription requirements in create.mdx (#1614)
1 parent 20af5dc commit 3b115d0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cloud-transcoding/rest-api/create.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The `tokenName` you obtained in the response body of the `Acquire` method. See [
9797
When the audio input source is RTC, this object is required.
9898

9999
<Parameter name="rtcChannel" type="string" required={true}>
100-
The RTC channel name for the audio input source. Currently, only audio and video sources that subscribe to a single channel are supported. The audio source and video source must belong to the same channel.
100+
The RTC channel name for the audio input source. Currently, you can only subscribe to audio and video sources from a single channel; the audio and video sources must belong to the same channel.
101101
</Parameter>
102102

103103
<Parameter name="rtcUid" type="number" required={true}>
@@ -125,13 +125,13 @@ The `tokenName` you obtained in the response body of the `Acquire` method. See [
125125
- `1`: Play the media stream once.
126126
- `-1`: Play the media stream in a loop.
127127
- `n`: Specify the number of times to play the media stream. Cannot be set to 0.
128-
</Parameter>
128+
</Parameter>
129129

130130
<Parameter name="rtc" type="object" required={false}>
131131
This object is required when the video input source is RTC.
132132

133133
<Parameter name="rtcChannel" type="string" required={true}>
134-
The RTC channel name for the video input source. Currently, only audio and video sources that subscribe to a single channel are supported. The audio source and video source must belong to the same channel.
134+
The RTC channel name for the video input source. Currently, you can only subscribe to audio and video sources from a single channel; the audio and video sources must belong to the same channel.
135135
</Parameter>
136136

137137
<Parameter name="rtcUid" type="number" required={true}>
@@ -234,7 +234,7 @@ The `tokenName` you obtained in the response body of the `Acquire` method. See [
234234
</Parameter>
235235

236236
<Parameter name="outputs" type="array" required={true}>
237-
Configure output settings to publish to an RTC channel or CDN address.
237+
Configure output settings to publish to a single RTC channel or CDN address.
238238

239239
You must specify either `streamUrl` or `rtc`.
240240

@@ -243,7 +243,7 @@ The `tokenName` you obtained in the response body of the `Acquire` method. See [
243243
</Parameter>
244244

245245
<Parameter name="rtc" type="object" required={true}>
246-
Required for publishing to an RTC channel.
246+
Required for publishing to an RTC channel. Currently, you can publish to only one RTC channel.
247247

248248
<Parameter name="rtcChannel" type="string" required={true}>
249249
The RTC channel name for the transcoded audio and video.

0 commit comments

Comments
 (0)