I would like to add static text to the top of a video call, above the avatars (sorry I can’t attach the mockup).
I’m starting off just using Zoom’s sdk sample. I can’t link to it, but I assume the answer to this question …/t/adding-real-time-text-overlays-in-video-sdk-for-react-native/116664 is very similar to what I want to accomplish. In the video.tsx file, where would I insert this code?
Thank you so much for getting back to me! Your guesses were correct. It just wouldn’t let me post code or links since this is my first post.
I tried implementing this, but the changes aren’t showing up. When I inspect the elements in my browser, they’re not there. Any idea what I’m doing wrong?
Hey @AdamG, you’ll need so set the position and zIndex at the minimum to get the text to show on top of the video tile. You can set the fontSize and color based on your requirements. I’d suggest copying the exact snippet and making the necessary changes from there.