Call.InfoReceived Event

Definition

Caution

This event will be removed from future versions. AudioVideoCall users can refer to AudioVideoCall.CallMessageReceived.

Raised when an INFO message is received on this call.

public:
 event EventHandler<Microsoft::Rtc::Signaling::MessageReceivedEventArgs ^> ^ InfoReceived;
[System.Obsolete("This event will be removed from future versions. AudioVideoCall users can refer to AudioVideoCall.CallMessageReceived.")]
public event EventHandler<Microsoft.Rtc.Signaling.MessageReceivedEventArgs> InfoReceived;
member this.InfoReceived : EventHandler<Microsoft.Rtc.Signaling.MessageReceivedEventArgs> 
Public Custom Event InfoReceived As EventHandler(Of MessageReceivedEventArgs) 

Event Type

Attributes

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.

Applies to