Conference
  • 概要
    • 製品導入
    • サービスをアクティブ化します
    • 価格
      • 無料時間
      • TRTC Conference の月額パッケージ
      • サブスクリプションパッケージ期間の課金説明
  • 始めましょう
    • Demo のクイックスタート
    • インテグレーション
    • UserSig による安全な認証
  • 基本機能
    • 予約会議
    • 会議管理
    • UI のカスタマイズ
    • クラウドレコーディング
    • ロボットプッシュ
    • AI ノイズ低減
  • その他の機能
    • 部屋のパスワード
    • 基本的な美顔
    • ニックネームとアバターを設定する
    • ルームでのチャット
    • 仮想背景
    • 文字の透かし
  • インターフェースドキュメンテーション
    • RoomKit インターフェース
    • RoomEngine インターフェース
      • インターフェースの概要
      • TUIRoomEngine
      • TUIRoomEvents
      • TUIRoomEngine の定義
  • サーバー API
    • REST インターフェース
      • RESTful インターフェースの概要
      • RESTful インターフェースリスト
      • Room Management
        • Create a Room
        • Destroy a Room
        • Update the Room Information
        • Get the Room Information
      • ユーザー管理
        • Get the Room Member List
        • Update the Room Member Information
        • Change the Room Ownership
        • Mark Room Members
        • Ban Room Members
        • Unban Room Members
        • Get the Banned Room Member List
        • Remove Room Member
      • Seat Management
        • Get the Seat List
        • Pick User on the Seat
        • Kick User off the Seat
        • Lock the Seat
    • Third-Party Callback
      • Callback Overview
      • Callback Command List
      • Callback Configuration
        • Query Callback Configuration
        • Create Callback Configuration
        • Update Callback Configuration
        • Delete Callback Configuration
      • Room Related
        • After a Room Is Created
        • After a Room Is Destroyed
        • After the Room Information Is Updated
      • User Related
        • After a Room Is Entered
        • After a Room Is Left
      • Seat Connection Related
        • After the Seat List Is Changed
  • よくあるご質問
  • Error Code
Conference
このページは現在英語版のみで提供されており、日本語版も近日中に提供される予定です。ご利用いただきありがとうございます。

仮想背景

TUIRoomKit has launched a Virtual Background feature, allowing users to set a blurry background during group meetings, hide the actual meeting environment, protect privacy, and add fun to the meeting. This article will introduce in detail how to use this feature in the TUIRoomKit component.

Integration effect

After integrating the Virtual Background feature in the TUIRoomKit component, the display effect is as follows:




Preparation Requirements

Before using Tencent Cloud's Virtual Background feature, you need to go to the Console to activate the group meeting service for your application, and purchase the Advanced Interactive Version/Large Room Interactive Version package. For specific steps, please refer to Activate Service.

Enable Blurry Background

Note:
H5 is not supported, only applicable to Web PC.
You need TUIRoomKit v2.3.3 or later.
TUIRoomKit's UI solution supports setting a virtual background. You can display the Virtual Background feature button on the UI by calling the enableVirtualBackground interface. Clicking this button will enable the Virtual Background feature.
Vue3
Vue2
import { conference } from '@tencentcloud/roomkit-web-vue3';
conference.enableVirtualBackground();
import { conference } from '@tencentcloud/roomkit-web-vue2.7';
conference.enableVirtualBackground();

FAQs

No response or delay when activating virtual background?

Make sure you have purchased the group meeting Advanced Interactive Version/Large Room Interactive Version package, see Activate Service for details.
When the network connection is poor, the virtual background model file may not have been completely downloaded, leading to the failure of activating the virtual background.

Can I activate the virtual background with the camera off?

No.
コミュニティに質問しよう!
技術的な議論を開始し、即時の専門家サポートを得る!