Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New YiCAT updates #3707

Merged
merged 4 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/api_irtcengine_statechanged.dita
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<p>Media device states:<ul>
<li>0: The device is ready for use.</li>
<li>1: The device is in use.</li>
<li>3: The device is plugged in.</li>
<li props="hide">3: The device is plugged in.</li>
<li>8: The devive is disconnected.</li>
</ul></p>
</pd>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/class_virtualbackgroundsource.dita
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ struct FVirtualBackgroundSource
<pt props="android ios mac flutter">backgroundSourceType</pt>
<pt props="unity cpp unreal bp electron rn cs">background_source_type</pt>
<pd><ph>The custom background. </ph><ph props="ios mac cpp unreal bp unity flutter electron rn cs">See <xref keyref="BACKGROUND_SOURCE_TYPE" />.</ph><ul props="android hmos">
<li><ph keyref="BACKGROUND_NONE" />(0): Process the background as alpha information without replacement, only separating the portrait and the background. After setting this value, you can call <xref keyref="startLocalVideoTranscoder"/> to implement the picture-in-picture effect.</li>
<li><ph keyref="BACKGROUND_NONE" />(0): Process the background as alpha data without replacement, only separating the portrait and the background. After setting this value, you can call <xref keyref="startLocalVideoTranscoder"/> to implement the picture-in-picture effect.</li>
<li><ph keyref="BACKGROUND_COLOR" />(1): (Default) The background image is a solid color.</li>
<li><ph keyref="BACKGROUND_IMG" />(2): The background image is a file in PNG or JPG format.</li>
<li><ph keyref="BACKGROUND_BLUR" />(3): The background is a blurred version of the original background.</li>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/enum_backgroundsourcetype.dita
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parml>
<plentry>
<pt><ph keyref="BACKGROUND_NONE"/></pt>
<pd>0: Process the background as alpha information without replacement, only separating the portrait and the background. After setting this value, you can call <xref keyref="startLocalVideoTranscoder"/> to implement the picture-in-picture effect.</pd>
<pd>0: Process the background as alpha data without replacement, only separating the portrait and the background. After setting this value, you can call <xref keyref="startLocalVideoTranscoder"/> to implement the picture-in-picture effect.</pd>
</plentry>
<plentry>
<pt><ph keyref="BACKGROUND_COLOR"/></pt>
Expand Down
2 changes: 1 addition & 1 deletion en-US/dita/RTC-NG/API/enum_mediadevicestatetype.dita
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<pt><ph keyref="MEDIA_DEVICE_STATE_DISABLED"/></pt>
<pd>2: The device is disabled.</pd>
</plentry>
<plentry>
<plentry props="hide">
<pt><ph keyref="MEDIA_DEVICE_STATE_PLUGGED_IN"/></pt>
<pd>3: The device is plugged in.</pd>
</plentry>
Expand Down
Loading