Zoom self video delay while turnoff/on camera

Description
Zoom self video delay while turnoff/on camera button. (videosdk)

Error
I have used the videosdk 1.1.0 for React App.
It’s taking a very long time to show the participant video(self video) after clicking
start video button.

To Reproduce(If applicable)
Steps to reproduce the behavior:
1.Join meeting
2.Click on the Video button to start self video.
3.Click on the Video button to stop self video.
4.Repeat step 2

Result : Self video not turning on.

React version :^17.0.2

1 Like

Hey @arunkb27 ,

Happy to help with the issue you are experiencing. :slight_smile:

Do you see any errors in the browser console?

Also, can you share your code snippets related to turning on / off the camera?

From there, I can provide some suggestions.

Thanks,
Tommy

Hey @arunkb27

Thanks for your feedback.

This is a known issue. We use ImageCapture in Video SDK, but it has potential problems that may cause video stuck. So we introduce WebCodecs to improve the issue. Since the API is not stable yet, you should register an origin trial to enable this feature.

Thanks
Vic

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.