CommunicationRelayClient.GetRelayConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Relay Configuration for a CommunicationUserIdentifier.
public virtual Azure.Response<Azure.Communication.NetworkTraversal.CommunicationRelayConfiguration> GetRelayConfiguration (Azure.Communication.CommunicationUserIdentifier communicationUser = default, Azure.Communication.NetworkTraversal.RouteType? routeType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRelayConfiguration : Azure.Communication.CommunicationUserIdentifier * Nullable<Azure.Communication.NetworkTraversal.RouteType> * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.NetworkTraversal.CommunicationRelayConfiguration>
override this.GetRelayConfiguration : Azure.Communication.CommunicationUserIdentifier * Nullable<Azure.Communication.NetworkTraversal.RouteType> * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.NetworkTraversal.CommunicationRelayConfiguration>
Public Overridable Function GetRelayConfiguration (Optional communicationUser As CommunicationUserIdentifier = Nothing, Optional routeType As Nullable(Of RouteType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CommunicationRelayConfiguration)
Parameters
- communicationUser
- CommunicationUserIdentifier
The CommunicationUserIdentifier for whom to issue a token.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
The server returned an error.