支持更多rtp ext

This commit is contained in:
xia-chu 2021-05-06 10:54:06 +08:00
parent 521d9f906b
commit f9ebd82e6d

View File

@ -1297,7 +1297,8 @@ void RtcConfigure::RtcTrackConfigure::setDefaultSetting(TrackType type){
"urn:ietf:params:rtp-hdrext:ssrc-audio-level",
"urn:ietf:params:rtp-hdrext:sdes:mid",
"urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id",
"urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id"
"urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id",
"urn:ietf:params:rtp-hdrext:csrc-audio-level"
};
break;
}