rtc-io / rtc-quickconnect

An opinionated approach to creating WebRTC apps (both media and datachannels supported)
Apache License 2.0
187 stars 45 forks source link

Document the use of sdpfilter #18

Open silviapfeiffer opened 10 years ago

silviapfeiffer commented 10 years ago

The options in quickconnect can contain an sdpfilter like so: { room: channelId, iceServers: config.connection.iceServers, sdpfilter: function(sdp) { console.log('filtering sdp'); return limitBandwidthSDP(sdp); } }

Should be documented (maybe even add to the book)

silviapfeiffer commented 10 years ago

Alternatively, we could add actual settings for specific things like bandwidthLimit, but that's non-standard.

magestican commented 7 years ago

this is still missing from the documentation

silviapfeiffer commented 7 years ago

@magestican feel free to add a pull request