Versions in this module Expand all Collapse all v1 v1.0.4 Feb 19, 2026 Changes in this version + type Client struct + func New(webexClient *webexsdk.Client, config *Config) *Client + func (c *Client) Create(room *Room) (*Room, error) + func (c *Client) Delete(roomID string) error + func (c *Client) Get(roomID string) (*Room, error) + func (c *Client) List(options *ListOptions) (*RoomsPage, error) + func (c *Client) Update(roomID string, room *Room) (*Room, error) + type Config struct + func DefaultConfig() *Config + type ListOptions struct + Max int + SortBy string + TeamID string + Type string + type Room struct + Created *time.Time + CreatorID string + ID string + IsLocked bool + LastActivity *time.Time + TeamID string + Title string + Type string + type RoomWithReadStatus struct + ID string + IsLocked bool + LastActivityDate *time.Time + LastSeenDate *time.Time + TeamID string + Title string + Type string + type RoomsPage struct + Items []Room Other modules containing this package github.com/WebexCommunity/webex-go-sdk/v2