ProcessIncomingInviteHeaders Method

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

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
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

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace