AgoraIO-Community / Agora-RTC-React

A react wrapper for Agora RTC NG SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

RYOTA-KOBA opened this issue · 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.