Can we capture live captions or transcripts without affecting other element sizes/position from a google meet meeting?
I tried using a MutationObserver on the captions block node, but the caveat is that when my extension triggers the captions, it takes up a bunch of screen space, which I don't want it to take.
Setting the captions block node display as none and opacity to 0 has been tried too.
PS - I am not asking for other chrome extensions which are doing this; I am asking how they are doing it!