This topic has not yet been rated - Rate this topic

VoipPhoneCall class

4/5/2013

Represents a VoIP phone call.

Syntax


public sealed class VoipPhoneCall : Object

Attributes

ActivatableAttribute(NTDDI_WIN8)
MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The VoipPhoneCall class has these types of members:

Constructors

The VoipPhoneCall class has these constructors.

ConstructorDescription
VoipPhoneCall Initializes a new instance of the VoipPhoneCall class.

 

Events

The VoipPhoneCall class has these events.

EventDescription
AnswerRequested Raised when the user answers an incoming call.
EndRequested Raised to alert the VoIP app that the call should be ended.
HoldRequested Raised to alert the VoIP app that the call should be placed on hold.
RejectRequested Raised when a call has been rejected.
ResumeRequested Raised to indicate that a previously held VoIP call should be made active.

 

Methods

The VoipPhoneCall class has these methods. It also inherits methods from the Object class.

MethodDescription
NotifyCallActive Notifies the system that the VoIP call is active.
NotifyCallEnded Notifies the system that the call has ended.
NotifyCallHeld Notifies the system that the call is currently on hold.

 

Properties

The VoipPhoneCall class has these properties.

PropertyAccess typeDescription

CallMedia

Read/writeGets the media types used by the call.

ContactName

Read/writeGets or sets contact name associated with the VoIP call.

StartTime

Read/writeGets or sets the start time associated with the VoIP call.

 

Requirements

Minimum supported client

None supported [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Networking.Voip
Windows::Phone::Networking::Voip [C++]

Metadata

Windows.winmd

Capabilities

ID_CAP_VOIP [Windows Phone]

See also

Object

 

 

Build date: 4/5/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.