Skip to content

Instantly share code, notes, and snippets.

@jefBinomed
Created June 17, 2015 14:47
Show Gist options
  • Save jefBinomed/f9d021477fbc8e313501 to your computer and use it in GitHub Desktop.
Save jefBinomed/f9d021477fbc8e313501 to your computer and use it in GitHub Desktop.
Programmez-07/08_2015-PortalWebrtc-02
varpc_constraints = {
'optional': [
{'DtlsSrtpKeyAgreement': true},
{'RtpDataChannels': true}
]};
est à remplacer par :
varpc_constraints = {
'optional': [
{'DtlsSrtpKeyAgreement': true}
]};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment