Calls integration to Chat

I just found the features that could call in the group channel.

I want to use and learn this feature, where can I find the documents of this feature?

My dependencies are

    "@sendbird/uikit-react": "3.0.0-beta",
    "prop-types": "^15.7.2",
    "react": "17.0.0",
    "react-dom": "17.0.0",
    "react-router-dom": "^6.3.0",
    "react-scripts": "3.0.1",
    "styled-components": "^5.3.5"

Is this right link to learn and use call in group chat?

Hi @Junhee_Lee,

Yes, that doc page is the best place to learn how to integrate Sendbird Calls with your Chat application. It provides some basic examples to get you started and if you need clarification on anything you can always ask us here on the Community!

1 Like

Hi @Junhee_Lee,

It should be noted that you can not directly integrate calls with the UIKit. You would have to build out your own custom components to handle calls within the UIKit.

1 Like