Audio Player – Not showing more options

  Kiến thức lập trình
 <audio key={index} controls>
                                <source
                                    src={baseAudioPath + message.content[0].text.value}
                                    type="audio/wav"
                                />
                                Your browser does not support the audio element.
                            </audio>

In my audio player not shwing moreoptions enter image description here

LEAVE A COMMENT