ProcessIncomingInviteHeaders Method

Check the interesting headers for the call and initialize the needed call properties.

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

Syntax

'Declaration
Protected Overrides Sub ProcessIncomingInviteHeaders ( _
    headers As IEnumerable(Of SignalingHeader) _
)
'Usage
Dim headers As IEnumerable(Of SignalingHeader)

Me.ProcessIncomingInviteHeaders(headers)
protected override void ProcessIncomingInviteHeaders(
    IEnumerable<SignalingHeader> headers
)

Parameters

See Also

Reference

InstantMessagingCall Class

InstantMessagingCall Members

Microsoft.Rtc.Collaboration Namespace