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 4acbb07 commit a3a40b1Copy full SHA for a3a40b1
livekit-rtc/livekit/rtc/audio_filter.py
@@ -1,6 +1,6 @@
1
from typing import Optional, List
2
3
-from ._ffi_client import FfiClient, FfiHandle
+from ._ffi_client import FfiClient
4
from ._proto import ffi_pb2 as proto_ffi
5
6
@@ -23,6 +23,3 @@ def __init__(
23
raise Exception(
24
f"failed to initialize audio filter #{resp.load_audio_filter_plugin.error}"
25
)
26
-
27
- def handle(self) -> int:
28
- return self._ffi_handle_id
0 commit comments