DEV Community

ZEGOCLOUD Dev
ZEGOCLOUD Dev

Posted on

Make Your Video Calling App with Group Calls With WebRTC

For instantaneous client connections and team collaboration, the majority of businesses throughout the world have integrated video communication with WebRTC into their company systems.
Have you also been preparing to use video conferencing effectively? Awesome. This article will cover every topic related to creating your company's ideal video chat application.

Introduction to WebRTC UIKit SDK

WebRTC UIKit SDK is a brand-new pre-built UIKits and UI Components by ZEGOCLOUD. Through it, We can complete the development of video calls, live streaming, video conference, and other scenarios within 10 minutes.

Image description

As shown in the figure, WebRTC UIKit SDK is responsible for processing audio and video calls and the logic related to text chat. Include:

  • UI and interaction of the calling module

  • Call status management

  • Audio and video data transmission

You only need to implement business-related logic. For example:

  • User login registration

  • Friends List Management

  • Call billing recharge

Preparation
A ZEGOCLOUD developer account–Sign up
The latest version of Chrome.
Basic understanding of Web development
**

Call Kit WebRTC SDK integration
**
Importer Call Kit SDK
Create a new HTML file and add the following code to the file.
Then, replace the appID and serverSecret parameters in the following code with your project's AppID and Server Secret.

Image description
**
Run a Demo**
Using the Web Server for Chrome plugin or any web server, start the html created in the previous step.

https://www.youtube.com/watch?v=ynQaqbai0ic

**

Group-call configuration

**
Group-call scenarios can be implemented by configuring the parameters of the joinRoom function.

Image description

Set scenario.mode to ZegoUIKitPrebuilt.GroupCall

Image description
**
Audio-only call configuration**
Audio-only call scenarios can also be implemented by configuring the parameters of the join room function.

Image description

  • Set the turnOnCameraWhenJoining to false to turn off the camera.

  • Set the showMyCameraToggleButton to false to hide the toggle button for enabling/disabling the camera.

  • Set the showAudioVideoSettingsButton to false to hide the advanced setting button for audio and video.

  • Set the showScreenSharingButton to false to hide the screen sharing button

Image description

Conclusion
We hope our article helped you understand the major points associated with a video calling app. wait no more! Start your video-calling app development process today. We wish you all success!

If you have deeper requirements, such as streaming mix, noise reduction, censorship, etc. you can use our Core SDK.

when you have any questions, you can always consult us 24h technical support.

Top comments (0)