Skip to content

Commit

Permalink
[FIX] Allow Screensharing in BBB Iframe (#17290)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolbernd authored Apr 20, 2020
1 parent bdc6107 commit ce63ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/videobridge/client/views/bbbLiveView.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit ce63ff8

Please sign in to comment.