Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- targetUri
Type: System.String
The forward target URI.
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.