Skip to content

Commit a3a40b1

Browse files
committed
handle no longer exists in Python
1 parent 4acbb07 commit a3a40b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

livekit-rtc/livekit/rtc/audio_filter.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Optional, List
22

3-
from ._ffi_client import FfiClient, FfiHandle
3+
from ._ffi_client import FfiClient
44
from ._proto import ffi_pb2 as proto_ffi
55

66

@@ -23,6 +23,3 @@ def __init__(
2323
raise Exception(
2424
f"failed to initialize audio filter #{resp.load_audio_filter_plugin.error}"
2525
)
26-
27-
def handle(self) -> int:
28-
return self._ffi_handle_id

0 commit comments

Comments
 (0)