Skip to content

Commit f80812c

Browse files
authored
Merge pull request #3 from sendbird/feature/UK-846/OpenChannel-samples
[UK-846] Add open channel samples on the sample docs
2 parents 80824b7 + 55d67ce commit f80812c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

SAMPLES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,15 @@ const handleOnBeforeCreateChannel = (selectedUsers) => {
255255
```
256256

257257
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).
258+
259+
## Open Channel Samples
260+
261+
We also provide samples for open channels. Check below to see how you can implement and customize open channels.
262+
263+
### Live Streaming Sample
264+
265+
See how open channel on live stream works on [CodeSandBox](https://codesandbox.io/s/openchannel-1-bvxl9?file=/src/App.js).
266+
267+
### Community Sample
268+
269+
See how you can create community channels on [CodeSandBox](https://codesandbox.io/s/openchannel-2-h7x3b?file=/src/App.js).

0 commit comments

Comments
 (0)