开始对接js

This commit is contained in:
ziyue
2021-03-31 17:15:26 +08:00
parent 978917b465
commit 7e5cb33395
14 changed files with 7807 additions and 2662 deletions

View File

@@ -101,7 +101,10 @@ static bool registerAllItem(){
registerSdpItem<SdpDirectionRecvonly>();
registerSdpItem<SdpDirectionSendrecv>();
registerSdpItem<SdpDirectionInactive>();
registerSdpItem<SdpAttrMsid>();
registerSdpItem<SdpAttrExtmapAllowMixed>();
registerSdpItem<SdpAttrRid>();
registerSdpItem<SdpAttrSimulcast>();
return true;
}