PresenceState.PhoneInAConference(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
Availability is 7000 and activity is "in-a-conference". Applications can use this state to set phoneState for an outgoing VoIP call.