Call.Forward Method (String, CallForwardOptions)
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub Forward ( _
targetUri As String, _
forwardOptions As CallForwardOptions _
)
'Usage
Dim targetUri As String
Dim forwardOptions As CallForwardOptions
Me.Forward(targetUri, forwardOptions)
protected void Forward(
string targetUri,
CallForwardOptions forwardOptions
)
Parameters
- targetUri
Type: System.String
- forwardOptions
Type: Microsoft.Rtc.Collaboration.CallForwardOptions