webrtc.models.rtc_session_description_init#

class webrtc.models.rtc_session_description_init.RTCSessionDescriptionInit(type: webrtc.RTCSdpType, sdp='')#

Bases: webrtc.base.WebRTCObject

An object providing the default values for the session description.

property sdp: str#

A string containing a SDP message describing the session. This value is an empty string (‘’) by default and may not be None.

Type

str

property type: webrtc.RTCSdpType#

A member of the webrtc.RTCSdpType enum.

Type

webrtc.RTCSdpType