Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Where did the ability to set announcement mode and moderated mode go from 1.6 to 2.0.1?  #244

Copy link
Copy link

Description

@nugsolot
Issue body actions

After upgrading to 1.7 from 1.6 i can no longer create a room with the setting isAnnouncemeanOnly: true

E AttributeError: 'Room' object has no attribute 'isAnnouncementOnly'

from webexteamssdk import WebexTeamsAPI, ApiError

    def __init__(self, access_token)
        self.api = WebexTeamsAPI(access_token)

........


        try:
            # Create the room first
            room = self.api.rooms.create(title=room_name,
                                         teamId=team_id,
                                         isLocked=True,
                                         isAnnouncementOnly=True
                                         )
                                         

Is there a new way to do this or just a bug?

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.