Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

CoSMo Open Source Webrtc Plugin for IE

License

Notifications You must be signed in to change notification settings

TechSeeDev/techsee-CSM-IE-WebRTC-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSM-IE-WebRTC-plugin

CoSMo Open Source Webrtc Plugin for IE 11

This code requires a 32 bits build of libwebrtc branch head 65. Corresponding installer can be found here.

For those familiar with the GN build system,and already knwo how to build a specific branch head, here are the arguments we pass to the "gn gen" command.

  • target_cpu = "x86"
  • treat_warnings_as_errors=false
  • disable_libfuzzer=true
  • is_win_fastlink=true
  • msvc_use_absolute_paths=true
  • symbol_level=2
  • use_rtti=true

For the vast majority of others, in the mean time, one can find a precompiled Debug version of the plugin for testing purpposes here

You need to register the plugin as follows: regsvr32 /i WebRTCPlugin.dll

then on to the JS shim

About

CoSMo Open Source Webrtc Plugin for IE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.3%
  • C 8.7%