Skip to content

Commit ea4875b

Browse files
committed
aclose
1 parent 94b09f6 commit ea4875b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

livekit-api/livekit/api/livekit_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,7 @@ def sip(self) -> SipService:
8383
return self._sip
8484

8585
async def aclose(self):
86-
"""@private"""
86+
"""Close the API client
87+
88+
Call this before your application exits or when the API client is no longer needed."""
8789
await self._session.close()

0 commit comments

Comments
 (0)