PresenceState.PhoneInACall(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 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
Remarks
Availability is 6500 and activity is "on-the-phone". Application could use this state to set phoneState for an outgoing VoIP call.