Condividi tramite


OutgoingVoipPhoneCallOptions.Media Property

Definition

Gets or sets the media types of the new incoming call (either audio and video or audio only).

public:
 property VoipPhoneCallMedia Media { VoipPhoneCallMedia get(); void set(VoipPhoneCallMedia value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
VoipPhoneCallMedia Media();

void Media(VoipPhoneCallMedia value);
[Windows.Foundation.Metadata.Experimental]
public VoipPhoneCallMedia Media { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var voipPhoneCallMedia = outgoingVoipPhoneCallOptions.media;
outgoingVoipPhoneCallOptions.media = voipPhoneCallMedia;
Public Property Media As VoipPhoneCallMedia

Property Value

The media types of the new incoming call (either audio and video or audio only). Use Audio|Video if the user should have the option of answering the call with outgoing video. That assumes that the user's device has a camera available for the app to use at the time the call arrives. If that's not the case, or the user should only use audio, then use Audio.

Attributes

Windows requirements

App capabilities
voipCall

Applies to