From 2e135b1860fc6c9acf1347061f56784454b4f77a Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 30 Jan 2019 11:32:41 +0000 Subject: [PATCH] Fix responses uncommented field --- responses.go | 1 + 1 file changed, 1 insertion(+) diff --git a/responses.go b/responses.go index fe0eeb3..d6044aa 100644 --- a/responses.go +++ b/responses.go @@ -168,6 +168,7 @@ type RespSync struct { } `json:"rooms"` } +// RespTurnServer is the JSON response from a Turn Server type RespTurnServer struct { Username string `json:"username"` Password string `json:"password"`