MSFT_SIPGlobalMeetingPolicyData class

 
Communications Server 2007 Server SDK Documentation

MSFT_SIPGlobalMeetingPolicyData

Defines a global meeting policy.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

class MSFT_SIPGlobalMeetingPolicyData
{
  string AllowAppSharingForExternalMeeting;
  boolean AllowIPAudio;
  boolean AllowIPVideo;
  boolean AllowPresenterToDelegateRecording;
  boolean AllowPresenterToRecord;
  string ColorDepth;
  boolean DefaultPolicy;
  boolean EnableAppDesktopSharing;
  boolean EnableDataCollaboration;
  [key] string InstanceID;
  uint32 MeetingSize;
  string Name;
  string PolicyDN;
  boolean RetainPPTForExternalMeeting;
  string Type;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPGlobalMeetingPolicyData class has the following properties.

  • AllowAppSharingForExternalMeeting
    Data type: string

    Access type: Read/Write

    Required. Specifies whether presenters can share control of applications or the desktop during a application sharing meeting that includes federated and anonymous users.

    The value of this property is not case-sensitive.

    Value Description
    "None" Never allow control of shared programs or the desktop .
    "SingleApplication" Allow control of shared programs.
    "Desktop" Allow control of shared programs and the desktop.

    The default value is None.

  • AllowIPAudio
    Data type: boolean

    Access type: Read/Write

    Required. Specifies whether audio conferencing is enabled.

  • AllowIPVideo
    Data type: boolean

    Access type: Read/Write

    Required. Specifies whether video conferencing is enabled.

  • AllowPresenterToDelegateRecording
    Data type: boolean

    Access type: Read/Write

    Required. Enables presenter to allow meeting attendees to record meetings.

    The default value is false.

  • AllowPresenterToRecord
    Data type: boolean

    Access type: Read/Write

    Required. Controls whether an internal presenter can record meetings.

    The default value is false.

  • ColorDepth
    Data type: string

    Access type: Read/Write

    Required. Controls the color depth used to display slides and other meeting content.

    The value of this property is not case-sensitive.

    Value Description
    "256" 8-bit RGB.
    "High colors" 16-bit RGB (65,536 colors).
    "True colors" 24-bit RGB (approximately 17 million colors).
    "Gray scale" 16-bit gray scale (65,536 shades of gray).
    "Gray shades" 8-bit gray scale (256 shades of gray).
  • DefaultPolicy
    Data type: boolean

    Access type: Read-only

    Required. Indicates whether this is the default policy to apply to users (or to users whose policy has been deleted).

    If true, this policy cannot be deleted.

  • EnableAppDesktopSharing
    Data type: boolean

    Access type: Read/Write

    Required. Enables program and desktop sharing during Web conferencing for users of the policy.

  • EnableDataCollaboration
    Data type: boolean

    Access type: Read/Write

    Required. Enables data collaboration conferencing, or web conferencing.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Optional. A GUID value that uniquely identifies an instance of this class.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

  • MeetingSize
    Data type: uint32

    Access type: Read/Write

    Required. The maximum number of participants that an organizer???s meeting can admit.

    An organization can invite more participants than the maximum meeting size, but once attendance reaches the maximum meeting size, no one else can join the meeting.

    The minimum value for this property is 2 and the maximum value is 1000.

  • Name
    Data type: string

    Access type: Read/Write

    Required. The name of this instance of the policy.

    The value of this property is not case-sensitive. The maximum length of the string is 256 characters.

  • PolicyDN
    Data type: string

    Access type: Read-only

    Optional. The distinguished name of the policy.

    The value of this property is not case-sensitive.

  • RetainPPTForExternalMeeting
    Data type: boolean

    Access type: Read/Write

    Required. Controls whether the Microsoft Office Live Meeting client is allowed to download native format PowerPoint content or PNG files that capture the content of each PowerPoint slide.

    If true, the native format PowerPoint content is downloaded by clients. If false, the native format PowerPoint source content is unavailable and cannot be modified by attendees. Attendees also cannot see any active content or animation.

    The default value is false.

  • Type
    Data type: string

    Access type: Read/Write

    Required. Indicates the type of the meeting policy.

    The value of this property is case-sensitive. The only acceptable value is meeting.

    Value Description
    "meeting" The policy is a meeting policy.

Remarks

This class gets and sets information at the following level(s): AD.

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flag(s):

    • WBEM_FLAG_CREATE_ONLY
    • WBEM_FLAG_UPDATE_ONLY
    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role(s): Administrative Tools Server, Audio/Video Conferencing Server, Front End Server, Proxy Server, Web Components Server, Web Conferencing Server.
Namespace: Defined in \root\cimv2.

See Also

Communications Server WMI Reference

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.