AudioVideoCall.HandleForwardReceived(CallForwardReceivedEventArgs) 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.
A method that must be implemented by the derived class to handle the forward response received for a call.
protected:
override void HandleForwardReceived(Microsoft::Rtc::Collaboration::CallForwardReceivedEventArgs ^ e);
protected override void HandleForwardReceived (Microsoft.Rtc.Collaboration.CallForwardReceivedEventArgs e);
override this.HandleForwardReceived : Microsoft.Rtc.Collaboration.CallForwardReceivedEventArgs -> unit
Protected Overrides Sub HandleForwardReceived (e As CallForwardReceivedEventArgs)
Parameters
The event argument created for handling the "Forwarded" operation.
Remarks
The derived class can either ignore this operation if the call should not be forwarded, or expose a strongly typed event so that the application can access a new call by accepting it.