Skip to content

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

Description

@nugsolot

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions