UserEndpoint Members
Type of endpoint for communications on behalf of real users.
The UserEndpoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserEndpoint | Creates a new UserEndpoint object. |
Top
Properties
Name | Description | |
---|---|---|
ConferenceServices | Gets the conference services object used to schedule conferences other conference tasks. (Inherited from LocalEndpoint.) | |
ContactGroupServices | Gets the service used to access or update contact/group information for this endpoint. | |
Credential | Gets or sets the credential needed to authenticate the endpoint with servers. | |
DefaultDomain | Gets the default domain for the endpoint URI. (Inherited from LocalEndpoint.) | |
EndpointSubtype | (Inherited from LocalEndpoint.) | |
EndpointType | The type of user agent that this endpoint represents. (Inherited from LocalEndpoint.) | |
EndpointUri | Gets the URI of the endpoint. (Inherited from LocalEndpoint.) | |
InnerEndpoint | [Value Needed]. (Inherited from LocalEndpoint.) | |
IsOutsideCorporateNetwork | (Inherited from LocalEndpoint.) | |
LocalOwnerPresence | Gets the service used to publish presence data for this endpoint. (Inherited from LocalEndpoint.) | |
OwnerDisplayName | Gets the display name of the endpoint. (Inherited from LocalEndpoint.) | |
OwnerPhoneUri | Gets the phone URI of the endpoint. (Overrides LocalEndpoint..::..OwnerPhoneUri.) | |
OwnerUri | (Overrides LocalEndpoint..::..OwnerUri.) | |
PhoneContext | Gets the phone context for the endpoint. (Inherited from LocalEndpoint.) | |
Platform | The platform that this endpoint is bound to. (Inherited from LocalEndpoint.) | |
PresenceBasedScreeningDisabled | (Inherited from LocalEndpoint.) | |
ProvisioningDataAutoRefreshDisabled | Gets the flag as to whether the provisioning data auto refresh has been disabled or not. (Inherited from LocalEndpoint.) | |
ProvisioningDataDisabled | Gets the flag as to whether the provisioning data query has been disabled or not. (Inherited from LocalEndpoint.) | |
PublishingQoeMetricsDisabled | Gets the flag that controls whether the platform will try to publish quality metrics for the audio calls (Inherited from LocalEndpoint.) | |
RegisterMethods | Gets the methods supported by a registered endpoint. (Inherited from LocalEndpoint.) | |
RemotePresence | Gets the service that can be used to subscribe for presence information. (Inherited from LocalEndpoint.) | |
State | Gets the state of the local endpoint. (Inherited from LocalEndpoint.) | |
SupportedMimePartContentTypes | Represents the list of content types that can be supported by the endpoint. (Inherited from LocalEndpoint.) | |
SyncRoot | Synchronization object for locking instances. (Inherited from LocalEndpoint.) | |
TelephonyMode | Gets the TelephonyMode for the endpoint. | |
UmEnabled | Gets whether or not Unified Messaging is enabled. | |
UserAgent | Gets the user agent string that will be used for messages. (Inherited from LocalEndpoint.) |
Top
Methods
Name | Description | |
---|---|---|
BeginEstablish(AsyncCallback, Object) | Initializes the endpoint so that it is ready for receiving incoming messages. (Inherited from LocalEndpoint.) | |
BeginEstablish(IEnumerable<(Of <<'(SignalingHeader>)>>), AsyncCallback, Object) | Initializes the endpoint so that it is ready for receiving incoming messages. (Inherited from LocalEndpoint.) | |
BeginGetProvisioningData | (Inherited from LocalEndpoint.) | |
BeginTerminate | Terminates the endpoint and cleans up active sessions and resources. (Inherited from LocalEndpoint.) | |
EndEstablish | Complete the establish operation. (Inherited from LocalEndpoint.) | |
EndGetProvisioningData | Complete the operation to query for the latest provisioning data. (Inherited from LocalEndpoint.) | |
EndTerminate | Completes the asynchronous Terminate operation. (Inherited from LocalEndpoint.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetConversations | Gets a snapshot of the conversations managed by this endpoint. (Inherited from LocalEndpoint.) | |
GetHashCode | (Inherited from Object.) | |
GetProvisioningData | (Inherited from LocalEndpoint.) | |
GetType | (Inherited from Object.) | |
HandleSignalingSession | Method for derived classes to override and handle incoming session. (Inherited from LocalEndpoint.) | |
MemberwiseClone | (Inherited from Object.) | |
RegisterForIncomingCall<(Of <<'(TCall>)>>) | Adds an application handler for handling incoming calls of a specific type. (Inherited from LocalEndpoint.) | |
ToString | (Inherited from Object.) | |
UnregisterForIncomingCall<(Of <<'(TCall>)>>) | (Inherited from LocalEndpoint.) |
Top
Events
Name | Description | |
---|---|---|
ConferenceInvitationReceived | Conference invitation was received. (Inherited from LocalEndpoint.) | |
RepublishingRequired | Occurs when the Register response contains a "presence-state" header with Register-action, which requires the application to republish some of the data. (Inherited from LocalEndpoint.) | |
StateChanged | Raised when the state changes. (Inherited from LocalEndpoint.) |
Top