Skip to content

Commit 3f84d3f

Browse files
authored
Update src/content/docs/calls/datachannels.mdx
1 parent 41e1e76 commit 3f84d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/calls/datachannels.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DataChannels on Cloudflare Calls can scale up to many subscribers per publisher,
2222
1. Create a two Calls sessions, one for the publisher and one for the subscribers.
2323
2. Create a DataChannel by calling /datachannels/new with the location set to "local" and the dataChannelName set to the name of the DataChannel.
2424
3. Create a DataChannel by calling /datachannels/new with the location set to "remote" and the sessionId set to the sessionId of the publisher.
25-
4. Use the DataChannel to send and receive data.
25+
4. Use the DataChannel to send data from the publisher to the subscribers.
2626

2727
### Unidirectional DataChannels
2828

0 commit comments

Comments
 (0)