Share via


AudioVideoCall.HandleCallMessageReceived Method

Handles call messages that are received.

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

Syntax

'Declaration
Protected Overrides Function HandleCallMessageReceived ( _
    e As CallMessageReceivedEventArgs _
) As Boolean
'Usage
Dim e As CallMessageReceivedEventArgs
Dim returnValue As Boolean

returnValue = Me.HandleCallMessageReceived(e)
protected override bool HandleCallMessageReceived(
    CallMessageReceivedEventArgs e
)

Parameters

Return Value

Type: System.Boolean
True if the message was successfully handled.

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace