-
-
Save oneman/7396545 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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