From 58aa78a7404a52039da0cbde7ea2eb58423f9ee9 Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Fri, 13 Aug 2021 13:28:09 +0900 Subject: [PATCH 1/2] Add open channel samples on the sample docs --- SAMPLES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/SAMPLES.md b/SAMPLES.md index 7c81b5f72..067e04e85 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 open channels. Check below to see how you can use and cusomize open channel to implement in your proper case. + +### Live Streaming Sample + +See the [Live Streaming Sample](https://codesandbox.io/s/openchannel-1-bvxl9?file=/src/App.js) here. + +### Community Sample + +See the [Community Sample](https://codesandbox.io/s/openchannel-2-h7x3b?file=/src/App.js) here. From 55d67ce32354b3aef8e9824b34c7b95148c90e2d Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Wed, 18 Aug 2021 09:57:59 +0900 Subject: [PATCH 2/2] Apply TW review --- SAMPLES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SAMPLES.md b/SAMPLES.md index 067e04e85..0ffba8d11 100644 --- a/SAMPLES.md +++ b/SAMPLES.md @@ -258,12 +258,12 @@ Find out more about `GroupChannelParams` on the [API reference of Sendbird Chat ## Open Channel Samples -We also provide open channels. Check below to see how you can use and cusomize open channel to implement in your proper case. +We also provide samples for open channels. Check below to see how you can implement and customize open channels. ### Live Streaming Sample -See the [Live Streaming Sample](https://codesandbox.io/s/openchannel-1-bvxl9?file=/src/App.js) here. +See how open channel on live stream works on [CodeSandBox](https://codesandbox.io/s/openchannel-1-bvxl9?file=/src/App.js). ### Community Sample -See the [Community Sample](https://codesandbox.io/s/openchannel-2-h7x3b?file=/src/App.js) here. +See how you can create community channels on [CodeSandBox](https://codesandbox.io/s/openchannel-2-h7x3b?file=/src/App.js).