Added
-
Added
FalImageGenService.InputParams
. -
Added
URLImageFrame
andUserImageFrame
. -
Added
UserImageRequestFrame
and allow requesting an image from a participant. -
Added base
VisionService
andMoondreamService
Changed
-
Don't pass
image_size
toImageGenService
, images should have their own size. -
ImageFrame
now receives a tuple(width,height)
to specify the size. -
on_first_other_participant_joined
now gets a participant argument.
Fixed
- Check if camera, speaker and microphone are enabled before writing to them.
Performance
DailyTransport
only subscribe to desired participant video track.