InfoReceived Event

Raised when an INFO message is received on this call.

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

Syntax

'Declaration
Public Event InfoReceived As EventHandler(Of MessageReceivedEventArgs)
'Usage
Dim instance As Call
Dim handler As EventHandler(Of MessageReceivedEventArgs)

AddHandler instance.InfoReceived, handler
public event EventHandler<MessageReceivedEventArgs> InfoReceived

Remarks

Some of the INFO messages received on the wire will be handled by the call itself. This event will be raised to the application only when the call does not handle the incoming INFO message.

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace