Share via


Forward Method (String)

Forward the call to the specified target URI with a response code 303.

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

Syntax

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

instance.Forward(targetUri)
public void Forward(
    string targetUri
)

Parameters

Remarks

Redirect the audiovideo call to a different target. Forwarding is carried out by a proxy when supported.

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Forward Overload

Microsoft.Rtc.Collaboration.AudioVideo Namespace