Edit

Share via


MediaProvider.HandleMessage Method

Definition

Handles the message.

protected:
 virtual bool HandleMessage(Microsoft::Rtc::Collaboration::CallDialogContext ^ signalingContext, Microsoft::Rtc::Collaboration::CallMessageReceivedEventArgs ^ eventArg);
protected virtual bool HandleMessage (Microsoft.Rtc.Collaboration.CallDialogContext signalingContext, Microsoft.Rtc.Collaboration.CallMessageReceivedEventArgs eventArg);
abstract member HandleMessage : Microsoft.Rtc.Collaboration.CallDialogContext * Microsoft.Rtc.Collaboration.CallMessageReceivedEventArgs -> bool
override this.HandleMessage : Microsoft.Rtc.Collaboration.CallDialogContext * Microsoft.Rtc.Collaboration.CallMessageReceivedEventArgs -> bool
Protected Overridable Function HandleMessage (signalingContext As CallDialogContext, eventArg As CallMessageReceivedEventArgs) As Boolean

Parameters

signalingContext
CallDialogContext

The SignalingContext for the session on which the message was received.

eventArg
CallMessageReceivedEventArgs

The CallMessageReceivedEventArgs that contains the message.

Returns

true if media provider is handling the session message, and false otherwise.

Remarks

This method is invoked by the call when it receives the message on the underlying signaling session.

Applies to