AudioVideoCall.CallMessageReceived Event

Raised when a SIP message is received in this call.

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

Syntax

'Declaration
Public Event CallMessageReceived As EventHandler(Of CallMessageReceivedEventArgs)
'Usage
Dim instance As AudioVideoCall
Dim handler As EventHandler(Of CallMessageReceivedEventArgs)

AddHandler instance.CallMessageReceived, handler
public event EventHandler<CallMessageReceivedEventArgs> CallMessageReceived

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace