Skip to content

Commit 37308a9

Browse files
committed
update naming
1 parent f880acc commit 37308a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

livekit-rtc/livekit/rtc/frame_processor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ def enabled(self) -> bool: ...
1616
@abstractmethod
1717
def enabled(self, value: bool) -> None: ...
1818

19-
def _update_stream_info(
19+
def _on_stream_info_updated(
2020
self,
2121
*,
2222
room_name: str,
2323
participant_identity: str,
2424
publication_sid: str,
2525
): ...
2626

27-
def _update_credentials(self, *, token: str, url: str): ...
27+
def _on_credentials_updated(self, *, token: str, url: str): ...
2828

2929
@abstractmethod
3030
def _process(self, frame: T) -> T: ...

0 commit comments

Comments
 (0)