AgoraIO-Community/Agora-RTC-React

I want to add controls attribute to the video element of the AgoraVideoPlayer component.

RYOTA-KOBA opened this issue · 2 comments

I would like to add controls attribute to the video element of AgoraVideoPlayer to display buttons that can control playback and volume. However, currently, it is not possible to pass the controls to the video element by props, and the only way is to setAttribute directly to the video element. Is there any solution?

This isn't something we have on our roadmap as of now, sorry.

I see. Then I will implement it with setAttribute. Thanks.