JsepSessionDescription整体结构

image.png
H:\webrtc-20210315\webrtc-20210315\webrtc\webrtc-checkout\src\api\jsep_session_description.h
在CreateAnswer和CreateOffer中调用下面的CreateSessionDescription

CreateSessionDescription

h:\webrtc-20210315\webrtc-20210315\webrtc\webrtc-checkout\src\api\jsep.h

image.png

ParseContentDescription

H:\webrtc-20210315\webrtc-20210315\webrtc\webrtc-checkout\src\pc\webrtc_sdp.cc
image.png

该函数调用解析视频,音频或者rtp数据,然后返回VideoContentDescription,AudioContentDescription和RtpDataContentDescription对象。

UpdateCodec

image.png

GetCodecWithPayloadType

image.png