Share via


CommunicationRelayClient.GetRelayConfiguration Method

Definition

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.

routeType
Nullable<RouteType>

The specified RouteType for the relay request

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

The server returned an error.

Applies to