Versions in this module Expand all Collapse all v1 v1.0.0 Jul 4, 2018 Changes in this version + func GetCodecForPayloadType(payloadType uint8, sd *SessionDescription) (ok bool, codec string) + type MediaDescription struct + Attributes []string + Bandwidth []string + ConnectionData string + EncryptionKeys []string + MediaInformation string + MediaName string + type SessionBuilder struct + Candidates []string + Fingerprint string + IcePassword string + IceUsername string + Tracks []*SessionBuilderTrack + type SessionBuilderTrack struct + IsAudio bool + SSRC uint32 + type SessionDescription struct + Attributes []string + Bandwidth []string + ConnectionData string + EmailAddress string + EncryptionKeys []string + MediaDescriptions []*MediaDescription + Origin string + PhoneNumber string + ProtocolVersion int + RepeatTimes []string + SessionInformation string + SessionName string + TimeZones []string + Timing []string + URI string + func BaseSessionDescription(b *SessionBuilder) *SessionDescription + func (s *SessionDescription) Marshal() (raw string) + func (s *SessionDescription) Reset() + func (s *SessionDescription) Unmarshal(raw string) error