Skip to content

Commit 58aa78a

Browse files
committed
Add open channel samples on the sample docs
1 parent 80824b7 commit 58aa78a

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 open channels. Check below to see how you can use and cusomize open channel to implement in your proper case.
262+
263+
### Live Streaming Sample
264+
265+
See the [Live Streaming Sample](https://codesandbox.io/s/openchannel-1-bvxl9?file=/src/App.js) here.
266+
267+
### Community Sample
268+
269+
See the [Community Sample](https://codesandbox.io/s/openchannel-2-h7x3b?file=/src/App.js) here.

0 commit comments

Comments
 (0)