We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faac00f commit d167b98Copy full SHA for d167b98
lib/live_ex_webrtc/publisher.ex
@@ -649,11 +649,6 @@ defmodule LiveExWebRTC.Publisher do
649
{:noreply, bye(socket)}
650
end
651
652
- @impl true
653
- def handle_info(_msg, socket) do
654
- {:noreply, socket}
655
- end
656
-
657
@impl true
658
def handle_info(
659
{:ex_webrtc_recorder, rec, _} = msg,
@@ -664,6 +659,11 @@ defmodule LiveExWebRTC.Publisher do
664
{:noreply, socket}
665
660
666
661
662
+ @impl true
663
+ def handle_info(_msg, socket) do
+ {:noreply, socket}
+ end
+
667
668
def handle_event("start-streaming", _, socket) do
669
publisher = socket.assigns.publisher
0 commit comments