Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions SAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,15 @@ const handleOnBeforeCreateChannel = (selectedUsers) => {
```

Find out more about `GroupChannelParams` on the [API reference of Sendbird Chat SDK for JavaScript](https://sendbird.github.io/core-sdk-javascript/module-model_params_groupChannelParams-GroupChannelParams.html).

## Open Channel Samples

We also provide samples for open channels. Check below to see how you can implement and customize open channels.

### Live Streaming Sample

See how open channel on live stream works on [CodeSandBox](https://codesandbox.io/s/openchannel-1-bvxl9?file=/src/App.js).

### Community Sample

See how you can create community channels on [CodeSandBox](https://codesandbox.io/s/openchannel-2-h7x3b?file=/src/App.js).