Skip to main content

adisconnect

AsyncMethod
This is a method of the RealtimeAgent class in the realtime_agent module.
Disconnect from the Realtime API asynchronously.

Signature

async def adisconnect() -> bool

Returns

Returns
bool
True if disconnected successfully

Uses

  • close

Used By

Source

View on GitHub

praisonaiagents/agent/realtime_agent.py at line 222