nanome.api.user.presenter_info module

class PresenterInfo[source]

Bases: object

Class to fetch information about the current nanome session’s presenter.
account_email
The Nanome account email of the presenter
Type:str
account_id
The Nanome account ID of the presenter
Type:str
account_name
The Nanome account name of the presenter
Type:str
has_org
If the presenter belongs to an organization
Type:bool
org_id
The ID of the organization the presenter belongs to
Type:int
org_name
The name of the organization the presenter belongs to
Type:str