Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Add dummy log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed May 13, 2024
1 parent e2dc819 commit 5bc2827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/videoroom/meeting.ex
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ defmodule Videoroom.Meeting do
def handle_call(:add_peer, _from, state) do
text = "Request failed: Room #{state.room_id} does not exist"

IO.inspect("Dummy")

case Room.add_peer(state.client, state.room_id, Jellyfish.Peer.WebRTC) do
{:ok, %{peer: peer, token: token}} ->
Logger.info("Added peer #{peer.id}")
Expand Down

0 comments on commit 5bc2827

Please sign in to comment.