tencent cloud

All product documents
Tencent Real-Time Communication
Last updated: 2025-02-26 15:43:00
Web&H5
Last updated: 2025-02-26 15:43:00
This article introduces the use of the group call feature, such as initiating a group call and joining a group call.

Expected outcome

TUICallKit supports group calls. The expected outcome is shown in the figure below.
Web
Mobile Client







Initiate a Multiplayer Call

Initiate a group call by calling the groupCall API.
try {
const params = {
userIDList: ['user1', 'user2'],
type: TUICallType.VIDEO_CALL,
}
await TUICallKitServer.calls(params);
} catch (error: any) {
console.error(`[TUICallKit] calls failed. Reason:${error}`);
}

Join a group call

Join an existing audio and video call in the group by calling the join API.
try {
const params = {
callId: 'xxx'
};
await TUICallKitServer.join(params);
} catch (error: any) {
console.error(`[TUICallKit] join failed. Reason: ${error}`);
}

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support
Hong Kong, China
+852 800 906 020 (Toll Free)
United States
+1 844 606 0804 (Toll Free)
United Kingdom
+44 808 196 4551 (Toll Free)
Canada
+1 888 605 7930 (Toll Free)
Australia
+61 1300 986 386 (Toll Free)
EdgeOne hotline
+852 300 80699
More local hotlines coming soon