Adding "playsinline" tag in remote <video> tags for iPhone compatibility (test)
This commit is contained in:
parent
247d508d09
commit
fd4f09588e
@ -145,7 +145,7 @@ export class MediaManager {
|
|||||||
<img title="report this user" src="resources/logos/report.svg">
|
<img title="report this user" src="resources/logos/report.svg">
|
||||||
<span>Report/Block</span>
|
<span>Report/Block</span>
|
||||||
</button>
|
</button>
|
||||||
<video id="${userId}" autoplay></video>
|
<video id="${userId}" autoplay playsinline></video>
|
||||||
<img src="resources/logos/blockSign.svg" id="blocking-${userId}" class="block-logo">
|
<img src="resources/logos/blockSign.svg" id="blocking-${userId}" class="block-logo">
|
||||||
<div id="soundMeter-${userId}" class="sound-progress">
|
<div id="soundMeter-${userId}" class="sound-progress">
|
||||||
<span></span>
|
<span></span>
|
||||||
@ -182,7 +182,7 @@ export class MediaManager {
|
|||||||
userId = this.getScreenSharingId(userId);
|
userId = this.getScreenSharingId(userId);
|
||||||
const html = `
|
const html = `
|
||||||
<div id="div-${userId}" class="video-container">
|
<div id="div-${userId}" class="video-container">
|
||||||
<video id="${userId}" autoplay></video>
|
<video id="${userId}" autoplay playsinline></video>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user