PresenceState.PhoneInACall(String) Method

Definition

Returns the phone state as on-the-phone.

public:
 static Microsoft::Rtc::Collaboration::Presence::PresenceState ^ PhoneInACall(System::String ^ phoneUri);
public static Microsoft.Rtc.Collaboration.Presence.PresenceState PhoneInACall (string phoneUri);
static member PhoneInACall : string -> Microsoft.Rtc.Collaboration.Presence.PresenceState
Public Shared Function PhoneInACall (phoneUri As String) As PresenceState

Parameters

phoneUri
String

The tel URI for the presence state.

Returns

PresenceState

Remarks

Availability is 6500 and activity is "on-the-phone". Application could use this state to set phoneState for an outgoing VoIP call.

Applies to