transports(daily): fix extra super().process_frame()
This commit is contained in:
@@ -527,8 +527,6 @@ class DailyInputTransport(BaseInputTransport):
|
|||||||
if isinstance(frame, UserImageRequestFrame):
|
if isinstance(frame, UserImageRequestFrame):
|
||||||
self.request_participant_image(frame.user_id)
|
self.request_participant_image(frame.user_id)
|
||||||
|
|
||||||
await super().process_frame(frame, direction)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Frames
|
# Frames
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user