Skip to main content

Class UserConnectedState

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for UserConnectedState. Details about the users connected state.

Inheritance

objectUserConnectedState

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

UserConnectedState()

Default constructor - defaults any enum props to 0.

Properties

IsConnected

If true, the user is configured for VideoMeetings

Property Value

bool

LoginUrl

The URL to create a new Authorization record in the VideoMeetings provider

Property Value

string

ProviderId

Information about the provider configured on the tenant

Property Value

string

See Also

AppointmentAgent