WebUIContactVideoCallActivatedEventArgs.ServiceUserId Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

The user identifier of the service used for the video call.

Implements

Remarks

The ServiceUserId property is set to the contact’s user id for the service that is being video called over.

Applies to