feat: Added new docs
This commit is contained in:
@@ -4,6 +4,8 @@ sidebar_position: 6
|
||||
title: Creating Channels
|
||||
---
|
||||
|
||||
Create Channels In Your App
|
||||
|
||||
Both channel <b>channel.query</b> and <b>channel.watch</b> methods ensure that a channel exists and create one otherwise.
|
||||
If all you need is to ensure that a channel exists, you can use <b>channel.create</b>.
|
||||
Typically you use <b>channel.watch</b> client side and <b>channel.create</b> for a server side integration.
|
||||
|
||||
Reference in New Issue
Block a user