Share via


Forward Method (String, CallForwardOptions)

Redirect the audiovideo call to a different target URI.

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

Syntax

'Declaration
Public Sub Forward ( _
    targetUri As String, _
    forwardOptions As CallForwardOptions _
)
'Usage
Dim instance As AudioVideoCall
Dim targetUri As String
Dim forwardOptions As CallForwardOptions

instance.Forward(targetUri, forwardOptions)
public void Forward(
    string targetUri,
    CallForwardOptions forwardOptions
)

Parameters

Remarks

This is similar to Forwarding except that the forwarding is carried out by a proxy when supported.

When the parameter is null, this call will be forwarded with a 303 response code.

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Forward Overload

Microsoft.Rtc.Collaboration.AudioVideo Namespace