Click or drag to resize

SpaceClient Class

Class SpaceClient contains APIs which are used to manage the spaces themselves. Spaces are created and deleted with this API. You can also update a space to change its title
Inheritance Hierarchy
SystemObject
  WebexSDKSpaceClient

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public sealed class SpaceClient

The SpaceClient type exposes the following members.

Constructors
  NameDescription
Public methodSpaceClient
Initializes a new instance of the SpaceClient class.
Top
Methods
  NameDescription
Public methodCreate
Creates a space. The authenticated user is automatically added as a member of the space. See the Memberships API to learn how to add more people to the space.
Public methodDelete
Deletes a space by id.
Public methodGet
Retrieves the details for a space by id.
Public methodList
Lists all spaces where the authenticated user belongs.
Public methodUpdate
Updates the details for a space by id.
Top
Remarks
Since: 0.1.0
See Also