Edit

Share via


SdpMediaSession<TSessionDescription,TMediaDescription>.TryParseOffer Method

Definition

public:
 virtual bool TryParseOffer(System::Object ^ dialogId, Microsoft::Rtc::Collaboration::SdpContentDescription ^ offer, System::Collections::Generic::ICollection<Microsoft::Rtc::Internal::Collaboration::Media::MediaChannelContext ^> ^ mediaChannels, [Runtime::InteropServices::Out] Microsoft::Rtc::Internal::Collaboration::Media::SdpDialogNegotiationContext ^ % dialogContext);
public bool TryParseOffer (object dialogId, Microsoft.Rtc.Collaboration.SdpContentDescription offer, System.Collections.Generic.ICollection<Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext> mediaChannels, out Microsoft.Rtc.Internal.Collaboration.Media.SdpDialogNegotiationContext dialogContext);
abstract member TryParseOffer : obj * Microsoft.Rtc.Collaboration.SdpContentDescription * System.Collections.Generic.ICollection<Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext> *  -> bool
override this.TryParseOffer : obj * Microsoft.Rtc.Collaboration.SdpContentDescription * System.Collections.Generic.ICollection<Microsoft.Rtc.Internal.Collaboration.Media.MediaChannelContext> *  -> bool
Public Function TryParseOffer (dialogId As Object, offer As SdpContentDescription, mediaChannels As ICollection(Of MediaChannelContext), ByRef dialogContext As SdpDialogNegotiationContext) As Boolean

Parameters

dialogId
Object

Returns

Implements

Applies to