Help! error about 'playsInline' when run 'npm start' in '/mediasoup-demo/app/'

when i run ‘npm start’ in ‘/mediasoup-demo/app/’
there is a error:
/home/xxx/mediasoup-demo/app/lib/components/PeerView.jsx
455:6 error Invalid property ‘playsInline’ found on tag ‘audio’, but it is only allowed on: video react/no-unknown-property

Yes playsinline is a video only property, remove it from audio tag