Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the use of sdpfilter #18

Open
silviapfeiffer opened this issue Jun 4, 2014 · 3 comments
Open

Document the use of sdpfilter #18

silviapfeiffer opened this issue Jun 4, 2014 · 3 comments

Comments

@silviapfeiffer
Copy link
Member

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
Copy link
Member Author

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

@magestican
Copy link
Contributor

this is still missing from the documentation

@silviapfeiffer
Copy link
Member Author

@magestican feel free to add a pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants