This message was deleted.
# helpdesk
s
This message was deleted.
l
I've done the part of applying virtual background using tensor flow. Just wanna know what best way to update the tracks using sdk
p
unfortunately browser support is kind of sparse for this as of now, but if you’re fine with supporting only chromium based browsers, the way to go would probably be to use mediapipe in combination with script transforms/insertable streams that you apply directly on the mediastreamTrack of the localParticipant. Unfortunately we don’t have a ready-to-use API for this with the SDK yet, but we are working on making this a lot easier for users. Just cannot give a ETA yet.
1
l
can i use the
replaceTrack
method to do the same
p
yes, if you create a seperate mediatrack with the blurred background already applied, you should also be able to simply use
replaceTrack
!