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