Click or drag to resize

Webex Properties

The Webex type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticator
This is the Authenticator object from the application when constructing this Webex object. It can be used to check and modify authentication state.
Public propertyConsoleLogger
Gets or sets log level of the console logging.
Public propertyLogger
The logger for this SDK.
Public propertyMemberships
Gets the memberships, which is an instance of MembershipClient Memberships represent a person's relationships to spaces. Use membership to manage the authenticated user's relationship to spaces.
Public propertyMessages
Gets the messages, which is an instance of MessageClient Messages are how we communicate in a space. Use messages to manage the messages on behalf of the authenticated user.
Public propertyPeople
Gets the people, which is an instance of PersonClient People are registered users of Cisco Webex. Use people to find a person on behalf of the authenticated user.
Public propertyPhone
Gets the phone, which is an instance of Phone. Phone represents a calling device in Cisco Webex Windows SDK.
Public propertySpaces
Gets the spaces, which is an instance of SpaceClient Spaces are virtual meeting places in Cisco Webex where people post messages and collaborate to get work done. Use spaces to manage the spaces on behalf of the authenticated user.
Public propertyTeamMemberships
Gets the team memberships, which is an instance of TeamMembershipClient Team Memberships represent a person's relationships to teams. Use teamMemberships to create and manage the team membership on behalf of the authenticated user.
Public propertyTeams
Gets the teams, which is an instance of TeamClient Teams are groups of people with a set of spaces that are visible to all members of that team. Use teams to create and manage the teams on behalf of the authenticated user.
Public propertyCode exampleWebhooks
Gets the webhooks. Webhooks allow the application to be notified via HTTP(or HTTPS) when a specific event occurs in Cisco Webex
Top
See Also