spreed/templates/settings/admin/turn-server.php

15 строки
433 B
PHP

<?php
/** @var array $_ */
/** @var \OCP\IL10N $l */
script('spreed', ['admin/turn-server']);
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>
<div class="turn-servers" data-servers="<?php p($_['turnServer']) ?>">
</div>
</div>