Skip to content

possible bug with rooms.get #114

@bradh11

Description

@bradh11

when running api.rooms.get(roomId='myroomid') i am seeing that the class object gets all attributes from _json_data except ownerId. I am trying to leverage the SDK to check for rooms within an organization and think it would be easier if i didnt have to fetch the ownerId from inside the _json_data dictionary within the class object for the returned room.

Screenshot below shows the attribute in the dict but not in the root object.
image

is this a bug, or by design?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions