稍微调整

This commit is contained in:
ziyue
2021-04-01 11:59:35 +08:00
parent fd23a87cfb
commit 6a95562dca
3 changed files with 20 additions and 46 deletions

View File

@@ -1148,7 +1148,7 @@ RtcMedia *RtcSession::getMedia(TrackType type){
void RtcConfigure::RtcTrackConfigure::setDefaultSetting(TrackType type){
enable = true;
rtcp_mux = true;
rtcp_rsize = true;
rtcp_rsize = false;
group_bundle = true;
unified_plan = false;
support_rtx = true;
@@ -1176,7 +1176,7 @@ void RtcConfigure::RtcTrackConfigure::setDefaultSetting(TrackType type){
break;
}
case TrackApplication: {
enable = true;
enable = false;
break;
}
default: break;