OfferAnswerException Class

OfferAnswerException is for the MediaProvider APIs to indicate the following: Cannot generate the offer SDP.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Microsoft.Rtc.Signaling..::..RealTimeException
      Microsoft.Rtc.Collaboration..::..OfferAnswerException

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class OfferAnswerException _
    Inherits RealTimeException
'Usage
Dim instance As OfferAnswerException
[SerializableAttribute]
public class OfferAnswerException : RealTimeException

Remarks

Cannot accept the answer received from the remote.Collision in Offer/Answer; a previous negotiation is pending. Cannot send the answer for the received Offer.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OfferAnswerException Members

Microsoft.Rtc.Collaboration Namespace