Edit

Share via


CachedMediaRelayToken Constructors

Definition

Overloads

CachedMediaRelayToken(LocalEndpoint, RealTimeAddress)
CachedMediaRelayToken(LocalEndpoint, RealTimeAddress, RelayLocation)
CachedMediaRelayToken(LocalEndpoint, RealTimeAddress, ConnectionContext, RelayLocation, String, String, IEnumerable<SignalingHeader>)

CachedMediaRelayToken(LocalEndpoint, RealTimeAddress)

public:
 CachedMediaRelayToken(Microsoft::Rtc::Collaboration::LocalEndpoint ^ endpoint, Microsoft::Rtc::Signaling::RealTimeAddress ^ mrasServer);
public CachedMediaRelayToken (Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, Microsoft.Rtc.Signaling.RealTimeAddress mrasServer);
new Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken : Microsoft.Rtc.Collaboration.LocalEndpoint * Microsoft.Rtc.Signaling.RealTimeAddress -> Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken
Public Sub New (endpoint As LocalEndpoint, mrasServer As RealTimeAddress)

Parameters

endpoint
LocalEndpoint
mrasServer
RealTimeAddress

Applies to

CachedMediaRelayToken(LocalEndpoint, RealTimeAddress, RelayLocation)

public:
 CachedMediaRelayToken(Microsoft::Rtc::Collaboration::LocalEndpoint ^ endpoint, Microsoft::Rtc::Signaling::RealTimeAddress ^ mrasServer, Microsoft::Rtc::Internal::Collaboration::RelayLocation location);
public CachedMediaRelayToken (Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, Microsoft.Rtc.Signaling.RealTimeAddress mrasServer, Microsoft.Rtc.Internal.Collaboration.RelayLocation location);
new Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken : Microsoft.Rtc.Collaboration.LocalEndpoint * Microsoft.Rtc.Signaling.RealTimeAddress * Microsoft.Rtc.Internal.Collaboration.RelayLocation -> Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken
Public Sub New (endpoint As LocalEndpoint, mrasServer As RealTimeAddress, location As RelayLocation)

Parameters

endpoint
LocalEndpoint
mrasServer
RealTimeAddress
location
RelayLocation

Applies to

CachedMediaRelayToken(LocalEndpoint, RealTimeAddress, ConnectionContext, RelayLocation, String, String, IEnumerable<SignalingHeader>)

public:
 CachedMediaRelayToken(Microsoft::Rtc::Collaboration::LocalEndpoint ^ endpoint, Microsoft::Rtc::Signaling::RealTimeAddress ^ mrasServer, Microsoft::Rtc::Signaling::ConnectionContext ^ mrasServerConnectionContext, Microsoft::Rtc::Internal::Collaboration::RelayLocation location, System::String ^ version, System::String ^ identity, System::Collections::Generic::IEnumerable<Microsoft::Rtc::Signaling::SignalingHeader ^> ^ additionalHeadersForTokenRequest);
public CachedMediaRelayToken (Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, Microsoft.Rtc.Signaling.RealTimeAddress mrasServer, Microsoft.Rtc.Signaling.ConnectionContext mrasServerConnectionContext, Microsoft.Rtc.Internal.Collaboration.RelayLocation location, string version, string identity, System.Collections.Generic.IEnumerable<Microsoft.Rtc.Signaling.SignalingHeader> additionalHeadersForTokenRequest);
new Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken : Microsoft.Rtc.Collaboration.LocalEndpoint * Microsoft.Rtc.Signaling.RealTimeAddress * Microsoft.Rtc.Signaling.ConnectionContext * Microsoft.Rtc.Internal.Collaboration.RelayLocation * string * string * seq<Microsoft.Rtc.Signaling.SignalingHeader> -> Microsoft.Rtc.Internal.Collaboration.CachedMediaRelayToken
Public Sub New (endpoint As LocalEndpoint, mrasServer As RealTimeAddress, mrasServerConnectionContext As ConnectionContext, location As RelayLocation, version As String, identity As String, additionalHeadersForTokenRequest As IEnumerable(Of SignalingHeader))

Parameters

endpoint
LocalEndpoint
mrasServer
RealTimeAddress
mrasServerConnectionContext
ConnectionContext
location
RelayLocation
version
String
identity
String
additionalHeadersForTokenRequest
IEnumerable<SignalingHeader>

Applies to