SdpMediaSession<TSessionDescription,TMediaDescription>.TryParseFinalAnswer(Object, SdpContentDescription, 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 TryParseFinalAnswer(System::Object ^ dialogId, Microsoft::Rtc::Collaboration::SdpContentDescription ^ answer, [Runtime::InteropServices::Out] Microsoft::Rtc::Internal::Collaboration::Media::SdpDialogNegotiationContext ^ % dialogContext);
public bool TryParseFinalAnswer (object dialogId, Microsoft.Rtc.Collaboration.SdpContentDescription answer, out Microsoft.Rtc.Internal.Collaboration.Media.SdpDialogNegotiationContext dialogContext);
abstract member TryParseFinalAnswer : obj * Microsoft.Rtc.Collaboration.SdpContentDescription * -> bool
override this.TryParseFinalAnswer : obj * Microsoft.Rtc.Collaboration.SdpContentDescription * -> bool
Public Function TryParseFinalAnswer (dialogId As Object, answer As SdpContentDescription, ByRef dialogContext As SdpDialogNegotiationContext) As Boolean
Parameters
- dialogId
- Object
- answer
- SdpContentDescription
- dialogContext
- SdpDialogNegotiationContext