Skip to content

CantorAI/ThirdPartySDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ThirdPartySDK

Put all SDKs like webrtc etc inside this repo

for Windows webrtc debug build, need to run command to make the webrtc.lib

cd webrtc\lib\windows\debug_x64
./split_merge.bat merge webrtc.lib 

it will generate webrtc.lib under the same folder

Patch in head file

ThirdPartySDK\webrtc\include.linux\pc\session_description.h around line 462

//bool operator==(const ContentGroup& o) const = default; bool operator==(const ContentGroup& o) const { return semantics_ == o.semantics_ && content_names_ == o.content_names_; } if not patch will break in linux build

About

Put all SDKs like webrtc etc inside this repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •