2017-09-27 12:54:55 +03:00
|
|
|
<?php
|
|
|
|
/** @var array $_ */
|
|
|
|
/** @var \OCP\IL10N $l */
|
2017-09-28 16:52:51 +03:00
|
|
|
script('spreed', ['admin/turn-server']);
|
2017-09-27 12:54:55 +03:00
|
|
|
style('spreed', ['settings-admin']);
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="videocalls section">
|
|
|
|
<h3><?php p($l->t('TURN server')) ?></h3>
|
|
|
|
<p class="settings-hint"><?php p($l->t('The TURN server is used to proxy the traffic from participants behind a firewall.')); ?></p>
|
2017-09-28 16:52:51 +03:00
|
|
|
|
|
|
|
<div class="turn-servers" data-servers="<?php p($_['turnServer']) ?>">
|
|
|
|
</div>
|
2017-09-27 12:54:55 +03:00
|
|
|
</div>
|