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