We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b09f6 commit ea4875bCopy full SHA for ea4875b
livekit-api/livekit/api/livekit_api.py
@@ -83,5 +83,7 @@ def sip(self) -> SipService:
83
return self._sip
84
85
async def aclose(self):
86
- """@private"""
+ """Close the API client
87
+
88
+ Call this before your application exits or when the API client is no longer needed."""
89
await self._session.close()
0 commit comments