vsimon / webrtcbuilds

Getting started with WebRTC natively is no easy picnic. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.
BSD 3-Clause "New" or "Revised" License
202 stars 164 forks source link

DataChannel Only Target #65

Open andrewmd5 opened 7 years ago

andrewmd5 commented 7 years ago

Hey, thanks for your efforts on this script, it really is a life saver.

It seems recently the ability to build with DataChannel only was added, it would be awesome if this could be added as a target for the script.

I use WebRTC in a server like environment where browsers can connect, so there is no need for audio/video. Having a slimmer library would save even more headache (and size).

Also are you accepting donations?

vsimon commented 7 years ago

Hi thanks very much! That is very cool. I'll have to take a closer look to see if it's feasible to set up such a thing in the GN build (in the absence of a toggleable build arg in webrtc).

This is just something I do in the spare time for the love of it, PR donations are always welcome 😅.