MessageComposer: Trigger Jitsi app from call buttons
This commit is contained in:
parent
5d898dd098
commit
91eabbba60
3 changed files with 37 additions and 11 deletions
|
@ -94,7 +94,7 @@ export default React.createClass({
|
|||
</span>
|
||||
</div>
|
||||
<div className="mx_AppTileBody">
|
||||
<iframe ref="appFrame" src={this.props.url}></iframe>
|
||||
<iframe ref="appFrame" src={this.props.url} allowFullScreen="true"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue