PLT-3412 WebRTC Server side & System Console (#3706)

* WebRTC Server side

* WebRTC System Console

* Consistency on variable names

* Add turn and stun uri validation
This commit is contained in:
enahum
2016-09-15 09:35:44 -03:00
committed by Christopher Speller
parent 3b4c9d7588
commit b180bb46e3
20 changed files with 592 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ const (
WEBSOCKET_EVENT_EPHEMERAL_MESSAGE = "ephemeral_message"
WEBSOCKET_EVENT_STATUS_CHANGE = "status_change"
WEBSOCKET_EVENT_HELLO = "hello"
WEBSOCKET_EVENT_WEBRTC = "webrtc"
)
type WebSocketMessage interface {