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.
Checks the interesting headers for the call and initializes 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
- headers
Type: System.Collections.Generic.IEnumerable<SignalingHeader>
List of headers on the incoming INVITE.