View Source ExWebRTC.SessionDescription (ex_webrtc v0.7.0)
Implementation of the RTCSessionDescription.
Summary
Types
@type description_type() :: :answer | :offer | :pranswer | :rollback
@type t() :: %ExWebRTC.SessionDescription{sdp: String.t(), type: description_type()}