Skip to content

Instantly share code, notes, and snippets.

@gasp
Forked from kypflug/ortc-7.js
Created November 29, 2015 14:41
Show Gist options
  • Save gasp/e8474084ff52bd873f03 to your computer and use it in GitHub Desktop.
Save gasp/e8474084ff52bd873f03 to your computer and use it in GitHub Desktop.
mySignaller.signalMessage({
"ice": iceGathr.getLocalParameters(),
"dtls": dtlsTr.getLocalParameters(),
"recvAudioCaps": recvAudioCaps,
"recvVideoCaps": recvVideoCaps,
"sendAudioCaps": sendAudioCaps,
"sendVideoCaps": sendVideoCaps
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment