Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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