Agora
The Agora class is the main entry point. Create an
instance with create() and use it to interact with
the Agora server.
from gtagora import Agora
agora = Agora.create('https://agora.mycompany.com', api_key='<YOUR_API_KEY>')
The Agora class is the main entry point. Create an
instance with create() and use it to interact with
the Agora server.
from gtagora import Agora
agora = Agora.create('https://agora.mycompany.com', api_key='<YOUR_API_KEY>')