Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- e
Type: Microsoft.Rtc.Collaboration.CallMessageReceivedEventArgs
CallMessageReceived event args containing the message details.
Return Value
Type: System.Boolean
True if the message was successfully handled.