Fix responses uncommented field

This commit is contained in:
Andrew Morgan 2019-01-30 11:32:41 +00:00
parent d0a3393bc9
commit 2e135b1860
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ type RespSync struct {
} `json:"rooms"` } `json:"rooms"`
} }
// RespTurnServer is the JSON response from a Turn Server
type RespTurnServer struct { type RespTurnServer struct {
Username string `json:"username"` Username string `json:"username"`
Password string `json:"password"` Password string `json:"password"`