OriginalDestinationUri Property

Gets the original destination URI of this call.

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

Syntax

'Declaration
Public ReadOnly Property OriginalDestinationUri As String
    Get
'Usage
Dim instance As Call
Dim value As String

value = instance.OriginalDestinationUri
public string OriginalDestinationUri { get; }

Property Value

Type: System..::..String

Remarks

If a call is deflected, the remote participant of the call can be different from the original destination URI. The original target starts with the remote participants of the conversation or mcu but can be different from the remote participant of the conversation. This is the case when the call is moved from an existing conversation into a new conversation (due to the remote participant not matching the existing conversation's remote participant).

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace