Skip to content

Commit 1ca4e7d

Browse files
authored
Rename CommunicationTurnCredentialsResponse to CommunicationRelayConfiguration (#14762)
1 parent c2e43f8 commit 1ca4e7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/communication/data-plane/Turn/preview/2021-02-22-preview1/CommunicationTurn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"200": {
3939
"description": "Success",
4040
"schema": {
41-
"$ref": "#/definitions/CommunicationTurnCredentialsResponse"
41+
"$ref": "#/definitions/CommunicationRelayConfiguration"
4242
}
4343
}
4444
},
@@ -77,8 +77,8 @@
7777
}
7878
}
7979
},
80-
"CommunicationTurnCredentialsResponse": {
81-
"description": "A TURN credentials response.",
80+
"CommunicationRelayConfiguration": {
81+
"description": "A relay configuration containing the TURN URLs and credentials.",
8282
"required": [
8383
"expiresOn",
8484
"turnServers"

0 commit comments

Comments
 (0)