CallReceivedEventArgs<TCall>.Call Property
Gets the incoming call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Call As TCall
Get
'Usage
Dim instance As CallReceivedEventArgs
Dim value As TCall
value = instance.Call
public TCall Call { get; }
Property Value
Type: TCall
See Also
Reference
CallReceivedEventArgs<TCall> Class