Skip to content

Commit

Permalink
Rename CommunicationTurnCredentialsResponse to CommunicationRelayConf…
Browse files Browse the repository at this point in the history
…iguration (#14762)
  • Loading branch information
ajpeacock0 authored Jun 24, 2021
1 parent c2e43f8 commit 1ca4e7d
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 1ca4e7d

Please sign in to comment.