[FIX] Allow Screensharing in BBB Iframe (#17290)

pull/16201/head^2
wolbernd 5 years ago committed by GitHub
parent bdc6107119
commit ce63ff86db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/videobridge/client/views/bbbLiveView.html

@ -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…
Cancel
Save