PresenceState.PhoneInAConference(String) Method

Definition

Returns the phone state as in-a-conference.

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

Parameters

phoneUri
String

The tel URI for the presence state.

Returns

PresenceState

Remarks

Availability is 7000 and activity is "in-a-conference". Applications can use this state to set phoneState for an outgoing VoIP call.

Applies to