Skip to content

Commit

Permalink
app/lib/components/PeerView.jsx: add playsInline for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 28, 2020
1 parent ca7d7df commit 1902dd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/lib/components/PeerView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -444,13 +444,15 @@ export default class PeerView extends React.Component
)
})}
autoPlay
playsInline
muted
controls={false}
/>

<audio
ref='audioElem'
autoPlay
playsInline
muted={isMe || audioMuted}
controls={false}
/>
Expand Down

0 comments on commit 1902dd5

Please sign in to comment.