all: init TURN and ICE

This commit is contained in:
Aleksandr Razumov
2016-05-16 20:56:43 +03:00
parent a7c6a6b516
commit 593d01bc3a
4 changed files with 70 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ func TestErrorCode_Reason(t *testing.T) {
CodeUnauthorised,
CodeUnknownAttribute,
CodeStaleNonce,
CodeRoleConflict,
CodeServerError,
}
for _, code := range codes {