Skip to content

Commit

Permalink
Add get_stats to dummy SCTPTransport
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Aug 29, 2024
1 parent ddda727 commit 2c79728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ex_webrtc/sctp_transport.ex
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ else
def set_role(_, _), do: nil
def data_channels?(_), do: false
def channel_count(_), do: 0
def get_stats(_, _), do: []

def add_channel(_, _, _, _, _, _), do: error()
def close_channel(_, _), do: error()
Expand Down

0 comments on commit 2c79728

Please sign in to comment.