Share via


HandleMessage Method

Method will be invoked from the call on receiving the message on the underlying signaling session.

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

Syntax

'Declaration
Protected Overridable Function HandleMessage ( _
    signalingContext As CallDialogContext, _
    eventArg As MessageReceivedEventArgs _
) As Boolean
'Usage
Dim signalingContext As CallDialogContext
Dim eventArg As MessageReceivedEventArgs
Dim returnValue As Boolean

returnValue = Me.HandleMessage(signalingContext, _
    eventArg)
protected virtual bool HandleMessage(
    CallDialogContext signalingContext,
    MessageReceivedEventArgs eventArg
)

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

MediaProvider Class

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace