Partilhar via


PresenceState.PhoneInAConference Method

Returns the phone state as in-a-conference.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Shared Function PhoneInAConference ( _
    phoneUri As String _
) As PresenceState
'Usage
Dim phoneUri As String
Dim returnValue As PresenceState

returnValue = PresenceState.PhoneInAConference(phoneUri)
public static PresenceState PhoneInAConference(
    string phoneUri
)

Parameters

  • phoneUri
    Type: System.String
    The tel URI for the presence state.

Return Value

Type: Microsoft.Rtc.Collaboration.Presence.PresenceState

Remarks

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

See Also

Reference

PresenceState Class

PresenceState Members

Microsoft.Rtc.Collaboration.Presence Namespace