Skip to content

Instantly share code, notes, and snippets.

@oneman
Forked from dsheeler/gist:7395927
Last active December 27, 2015 22:09
Show Gist options
  • Save oneman/7396545 to your computer and use it in GitHub Desktop.
Save oneman/7396545 to your computer and use it in GitHub Desktop.
signal_type = [ CALL, ANSWER, HANGUP ]
user {
user_name;
}
connection {
string user[2];
}
signal {
user from;
user to;
signal_type signal;
string sdp;
}
/webrtc:
/connections
list
/users:
list
/{user_name}
connections
register
unregister
/call
/answer
/hangup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment