AudioVideoCall.Forward Method (String)

Forward the call to the specified target URI with a response code of 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

Exceptions

Exception Condition
ArgumentException

Thrown when the targetUri parameter is null, empty or invalid.

InvalidOperationException

Thrown when the call is not in a valid state to perform this operation.

RealTimeException

Thrown when the forward operation failed to complete successfully.

Remarks

Redirects 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