Skip to content

Commit

Permalink
Rename CommunicationTurnCredentialsResponse to CommunicationRelayConf…
Browse files Browse the repository at this point in the history
…iguration (Azure#14762)
  • Loading branch information
ajpeacock0 authored and mkarmark committed Jul 20, 2021
1 parent b8ee2b9 commit a586d89
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/CommunicationTurnCredentialsResponse"
"$ref": "#/definitions/CommunicationRelayConfiguration"
}
}
},
Expand Down Expand Up @@ -77,8 +77,8 @@
}
}
},
"CommunicationTurnCredentialsResponse": {
"description": "A TURN credentials response.",
"CommunicationRelayConfiguration": {
"description": "A relay configuration containing the TURN URLs and credentials.",
"required": [
"expiresOn",
"turnServers"
Expand Down

0 comments on commit a586d89

Please sign in to comment.