WebUIContactCallActivatedEventArgs.ServiceUserId Property

Definition

Gets the user identifier of the service used for the call.

public:
 property Platform::String ^ ServiceUserId { Platform::String ^ get(); };
winrt::hstring ServiceUserId();
public string ServiceUserId { get; }
var string = webUIContactCallActivatedEventArgs.serviceUserId;
Public ReadOnly Property ServiceUserId As String

Property Value

String

Platform::String

winrt::hstring

The user identifier of the service used for the call.

Implements

Remarks

For PSTN calls, the ServiceUserId property is set to the PSTN number for the contact. For web-based services, the ServiceUserId property is set to the contact’s user id for that particular service.

Applies to