Call.InfoReceived Event
NOTE: This API is now obsolete.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This event will be removed from future versions. AudioVideoCall users can refer to AudioVideoCall.CallMessageReceived.")> _
Public Event InfoReceived As EventHandler(Of MessageReceivedEventArgs)
'Usage
Dim instance As Call
Dim handler As EventHandler(Of MessageReceivedEventArgs)
AddHandler instance.InfoReceived, handler
[ObsoleteAttribute("This event will be removed from future versions. AudioVideoCall users can refer to AudioVideoCall.CallMessageReceived.")]
public event EventHandler<MessageReceivedEventArgs> InfoReceived