• 서비스
  • 가격
  • 리소스
  • 기술지원
Conference
  • 개요
    • 제품소개
    • 서비스 활성화
    • 가격
      • 무료시간
      • 오디오/비디오 TRTC Conference 월정액 패키지
      • 구독 패키지 기간 과금 설명
  • 시작하다
    • Demo 실행
    • 통합
    • userSig를 통한 보안 인증
  • 기본 기능
    • 회의 예약
    • 회의 제어
    • UI 맞춤화
    • 클라우드 녹화
    • 로봇 스트리밍
    • AI 노이즈 캔슬링
  • 더 많은 기능
    • 방 비밀번호
    • 기본 미용
    • 닉네임 및 아바타 설정
    • 룸 내 채팅
    • 가상 배경
    • 텍스트 워터마크
  • 인터페이스 문서
    • RoomKit 인터페이스
    • RoomEngine 인터페이스
      • 인터페이스 개요
      • TUIRoomEngine
      • TUIRoomEvents
      • TUIRoomEngine 정의
  • 서버 API
    • RESTful API
      • RESTful API Overview
      • RESTful API List
      • Room Management
        • Create a Room
        • Destroy a Room
        • Update the Room Information
        • Get the Room Information
      • User Management
        • 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.