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: lib/live_ex_webrtc/publisher.ex
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ defmodule LiveExWebRTC.Publisher do
25
25
`{:live_ex_webrtc, :audio, ExRTP.Packet.t()}`. Packets for non-simulcast video tracks are always
26
26
sent with "h" identifier.
27
27
* `streams:info:#{publisher.id}"` - for receiving information about publisher tracks and their layers.
28
-
The message is in form of: `{:live_ex_webrtc, :info, audio_track :: ExWebRTC.MediaStreamTrack.t(), video_track :: ExWebRTC.MediaStreamTrack.t()}`.
28
+
The message is in form of: `{:live_ex_webrtc, :info | :bye, audio_track :: ExWebRTC.MediaStreamTrack.t(), video_track :: ExWebRTC.MediaStreamTrack.t()}`.
29
29
* `publishers:#{publisher_id}` for sending keyframe request.
30
30
The message must be in form of `{:live_ex_webrtc, :keyframe_req, "l" | "m" | "h"}`
31
31
E.g.
@@ -731,6 +731,17 @@ defmodule LiveExWebRTC.Publisher do
0 commit comments