Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 99f85b0

Browse files
committed
Update readme for QUIC sample.
1 parent f54fbb9 commit 99f85b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/samples/conference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Conference sample
1212

1313
## QUIC
1414

15-
`public\scripts\index.js` was modified to create QUIC connections between client and server. After navigating to https://hostname:3004/?publish=false, the page automatically creates a QuicStream for publishing. It also listens to `stream-added` message and creates new QuicStreams for subscribing. It doesn't subscribe streams published before joining. `window.bidirectionalStream` is the last QuicStream it created. You may write or read data in console by accessing `window.bidirectionalStream`. Please try to modify index.js if you want to try other QUIC features.
15+
`public\scripts\quic.js` was added to create QUIC connections between client and server. After navigating to https://hostname:3004/quic.html?publish=false, the page automatically creates a `SendStream` for publishing. It also listens to `stream-added` message and creates new `ReceiveStream` for subscribing. It doesn't subscribe streams published before joining. Please try to modify `quic.js` if you want to try other QUIC features.

0 commit comments

Comments
 (0)