VoxRtcServer.IceCandidate (vox_rtc_server v0.1.0)

Copy Markdown View Source

A trickled WebRTC ICE candidate.

Summary

Types

t()

@type t() :: %VoxRtcServer.IceCandidate{
  candidate: String.t(),
  sdp_m_line_index: non_neg_integer() | nil,
  sdp_mid: String.t() | nil,
  username_fragment: String.t() | nil
}