Webex Class |
Namespace: WebexSDK
public sealed class Webex
The Webex type exposes the following members.
Name | Description | |
---|---|---|
Authenticator |
This is the Authenticator object from the application when constructing this Webex object.
It can be used to check and modify authentication state.
| |
ConsoleLogger |
Gets or sets log level of the console logging.
| |
Logger |
The logger for this SDK.
| |
Memberships |
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.
| |
Messages |
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.
| |
People |
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.
| |
Phone |
Gets the phone, which is an instance of Phone.
Phone represents a calling device in Cisco Webex Windows SDK.
| |
Spaces |
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.
| |
TeamMemberships |
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.
| |
Teams |
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.
| |
Webhooks |
Gets the webhooks.
Webhooks allow the application to be notified via HTTP(or HTTPS) when a specific event occurs in Cisco Webex
|