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.
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