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.
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
- headers
Type: System.Collections.Generic.IEnumerable<SignalingHeader>
List of headers on incoming INVITE.