IContactVideoCallActivatedEventArgs
IContactVideoCallActivatedEventArgs
IContactVideoCallActivatedEventArgs
IContactVideoCallActivatedEventArgs
Interface
Definition
Provides data when an app is activated to video call a contact.
public : interface IContactVideoCallActivatedEventArgspublic interface IContactVideoCallActivatedEventArgsPublic Interface IContactVideoCallActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IContactActivatedEventArgsIContactActivatedEventArgsIContactActivatedEventArgsIContactActivatedEventArgsIContactVideoCallActivatedEventArgsIContactVideoCallActivatedEventArgsIContactVideoCallActivatedEventArgsIContactVideoCallActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
ServiceId ServiceId ServiceId ServiceId
Gets the identifier of the service used for the video call.
public : PlatForm::String ServiceId { get; }public string ServiceId { get; }Public ReadOnly Property ServiceId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The identifier of the service used for the video call.
ServiceUserId ServiceUserId ServiceUserId ServiceUserId
Gets the user identifier of the service used for the video call.
public : PlatForm::String ServiceUserId { get; }public string ServiceUserId { get; }Public ReadOnly Property ServiceUserId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user identifier of the service used for the video call.