MediaProvider.HandleMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.