Skip to content

Commit

Permalink
Fixed wrong description
Browse files Browse the repository at this point in the history
  • Loading branch information
Laky-64 committed Oct 21, 2023
1 parent 6934341 commit 8b3d1dc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,19 +176,15 @@
<option id="ARG_AUDIO_PARAMS_DESC">
<subtext>
<text>
Stream’s audio parameters. You can also use <code>pytgcalls.VeryHighQualityAudio()</code>,
<code>pytgcalls.HighQualityAudio()</code>, <code>pytgcalls.MediumQualityAudio()</code> or
<code>pytgcalls.LowQualityAudio()</code>.
Stream’s audio parameters.
</text>
</subtext>
</option>

<option id="ARG_VIDEO_PARAMS_DESC">
<subtext>
<text>
Video parameters of the stream. You can also use <code>pytgcalls.VeryHighQualityVideo()</code>,
<code>pytgcalls.HighQualityVideo()</code>, <code>pytgcalls.MediumQualityVideo()</code> or
<code>pytgcalls.LowQualityVideo()</code>.
Stream’s video parameters.
</text>
</subtext>
</option>
Expand Down

0 comments on commit 8b3d1dc

Please sign in to comment.