I want to add controls attribute to the video element of the AgoraVideoPlayer component.
RYOTA-KOBA opened this issue · 2 comments
RYOTA-KOBA commented
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?
EkaanshArora commented
This isn't something we have on our roadmap as of now, sorry.
RYOTA-KOBA commented
I see. Then I will implement it with setAttribute. Thanks.