AudioVideoCall.HandleCallMessageReceived(CallMessageReceivedEventArgs) 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 call messages that are received.
protected:
override bool HandleCallMessageReceived(Microsoft::Rtc::Collaboration::CallMessageReceivedEventArgs ^ e);
protected override bool HandleCallMessageReceived (Microsoft.Rtc.Collaboration.CallMessageReceivedEventArgs e);
override this.HandleCallMessageReceived : Microsoft.Rtc.Collaboration.CallMessageReceivedEventArgs -> bool
Protected Overrides Function HandleCallMessageReceived (e As CallMessageReceivedEventArgs) As Boolean
Parameters
CallMessageReceived event args containing the message details.
Returns
True if the message was successfully handled.