Represents a service that the participant may be using and indicates whether the service is active.

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

Syntax

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

Microsoft.Rtc.Collaboration.ActiveConferenceService = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.ActiveConferenceService');

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration . . :: . ActiveConferenceService

See Also