Skip to content

Commit a765768

Browse files
committed
close -> aclose
1 parent 1202d26 commit a765768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/audio_mixer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async def __anext__(self) -> AudioFrame:
111111
raise StopAsyncIteration
112112
return item
113113

114-
async def close(self) -> None:
114+
async def aclose(self) -> None:
115115
"""
116116
Immediately stop mixing and close the mixer.
117117

0 commit comments

Comments
 (0)