You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ module.exports = {
29
29
30
30
## Usage
31
31
32
-
`LiveExWebRTC` comes with two `Phoenix.LiveComponent`s:
32
+
`LiveExWebRTC` comes with two `Phoenix.LiveView`s:
33
33
*`LiveExWebRTC.Publisher` - sends audio and video via WebRTC from a web browser to a Phoenix app (browser publishes)
34
-
*`LiveExWebRTC.Subscriber` - sends audio and video via WebRTC from a Phoenix app to a web browser (browser subscribes)
34
+
*`LiveExWebRTC.Player` - sends audio and video via WebRTC from a Phoenix app to a web browser and plays it in the HTMLVideoElement (browser subscribes)
35
35
36
-
See module docs for more.
36
+
See module docs and [live_broadcaster](https://github.com/elixir-webrtc/live_broadcaster)for more.
0 commit comments