diff --git a/SAMPLES.md b/SAMPLES.md index 7c81b5f72..0ffba8d11 100644 --- a/SAMPLES.md +++ b/SAMPLES.md @@ -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).