File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33const createExample = require ( '../../lib/browser/example' ) ;
44
55const description = 'Start a broadcast. Your stream will be forwarded to \
6- multiple "watchers" . Although you can prototype such a system with \
7- node-webrtc, you should consider using an \
6+ multiple viewers . Although you can prototype such a system with node-webrtc, \
7+ you should consider using an \
88<a href="https://webrtcglossary.com/sfu/" target="_blank">SFU</a>.' ;
99
1010const localVideo = document . createElement ( 'video' ) ;
Original file line number Diff line number Diff line change 22
33const createExample = require ( '../../lib/browser/example' ) ;
44
5- const description = 'Watch a broadcast. You should have already started the \
5+ const description = 'View a broadcast. You should have already started the \
66broadcast example. Although you can prototype such a system with node-webrtc, \
77you should consider using an \
88<a href="https://webrtcglossary.com/sfu/" target="_blank">SFU</a>.' ;
You can’t perform that action at this time.
0 commit comments