InvitationAcceptedEventArgs.IsNullOriginalOffer Property
Gets the flag indicating if the original offer was null or not. If the original offer was null, the application cannot send Acknowledgement using this event argument.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsNullOriginalOffer As Boolean
Get
'Usage
Dim instance As InvitationAcceptedEventArgs
Dim value As Boolean
value = instance.IsNullOriginalOffer
public bool IsNullOriginalOffer { get; }
Property Value
Type: System.Boolean
See Also
Reference
InvitationAcceptedEventArgs Class