Represents a watcher who wishes to subscribe to the current endpoint owner's presence.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
Subscriber
C#
public 
class 
Subscriber
Visual C++
public 
ref class 
Subscriber
JavaScript

Microsoft.Rtc.Collaboration.Presence.Subscriber = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.Presence.Subscriber');

Remarks

Subscribers are entities who subscribe to the endpoint owner's presence with "context". In this case, the server informs that belong to this owner that someone has requested access to presence information. One of these endpoints can then acknowledge this request.

Information about the subscriber includes the display name, URI, whether this subsciber has already been acknowledged or the network type the subscriber belongs to. This also allows the endpoint acknowledging the subscriber to allow access by assigning an appropriate membership level using the ContainerUpdateOperationclass.

The ContextDatahas special meaning when the subscriber is a delegate.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.Presence . . :: . Subscriber

See Also