Advanced
Custom backend
If you are running a SeeMe.ai enterprise deployment, you can pass in the url you want the SeeMe.ai client to communicate with:
custom_deployment_url = "http://seeme.yourdomain.com/api/v1"
client = Client(backend=custom_deployment_url)
You can easily combine this configuration with the available login options: