[FIX] Allow Screensharing in BBB Iframe (#17290)
parent
bdc6107119
commit
ce63ff86db
@ -1,3 +1,3 @@ |
||||
<template name="bbbLiveView"> |
||||
<iframe allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" allow="geolocation; microphone; camera" src="{{source}}" width="380" height="400" frameborder="0"></iframe> |
||||
<iframe allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" allow="geolocation; microphone; camera; display-capture" src="{{source}}" width="380" height="400" frameborder="0"></iframe> |
||||
</template> |
||||
|
Loading…
Reference in new issue