OfferAnswerContext Constructors

Definition

Overloads

OfferAnswerContext(CallDialogContext, MediaRelayToken, SdpOfferAnswerReason)

Creates a new instance of the OfferAnswerContext class.

OfferAnswerContext(CallDialogContext, MediaRelayToken, SdpOfferAnswerReason, NetworkStackHint)

Creates a new instance of the OfferAnswerContext class.

OfferAnswerContext(CallDialogContext, MediaRelayToken, SdpOfferAnswerReason)

Creates a new instance of the OfferAnswerContext class.

C#
public OfferAnswerContext (Microsoft.Rtc.Collaboration.CallDialogContext signalingContext, Microsoft.Rtc.Internal.Collaboration.MediaRelayToken token, Microsoft.Rtc.Collaboration.ComponentModel.SdpOfferAnswerReason reason);

Parameters

signalingContext
CallDialogContext

SignalingContext for the corresponding call dialog.

token
MediaRelayToken

The media relay token to be used by the MediaProviders.

reason
SdpOfferAnswerReason

The reason for SDP offer/answer negotiation.

Remarks

The OfferAnswerContext class provides a way to pass information back and forth between a Call and the MediaProviders.

Applies to

Lync UCMA latest та інші версії
Продукт Версії
Lync UCMA 4.0, 5.0, latest

OfferAnswerContext(CallDialogContext, MediaRelayToken, SdpOfferAnswerReason, NetworkStackHint)

Creates a new instance of the OfferAnswerContext class.

C#
public OfferAnswerContext (Microsoft.Rtc.Collaboration.CallDialogContext signalingContext, Microsoft.Rtc.Internal.Collaboration.MediaRelayToken token, Microsoft.Rtc.Collaboration.ComponentModel.SdpOfferAnswerReason reason, Microsoft.Rtc.Collaboration.ComponentModel.NetworkStackHint stackHint);

Parameters

signalingContext
CallDialogContext

SignalingContext for the corresponding call dialog.

token
MediaRelayToken

The media relay token to be used by the MediaProviders.

reason
SdpOfferAnswerReason

The reason for SDP offer/answer negotiation.

stackHint
NetworkStackHint

Indicates if signaling stack is configured for IPV4 or IPV6 or both currently. Can be used as a hint to configure media stacks.

Remarks

The OfferAnswerContext class provides a way to pass information back and forth between a Call and the MediaProviders.

Applies to

Lync UCMA latest та інші версії
Продукт Версії
Lync UCMA 4.0, 5.0, latest