SdpMediaSession<TSessionDescription,TMediaDescription>.TryParseOffer(Object, SdpContentDescription, ICollection<MediaChannelContext>, SdpDialogNegotiationContext) 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.
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
- offer
- SdpContentDescription
- mediaChannels
- ICollection<MediaChannelContext>
- dialogContext
- SdpDialogNegotiationContext