Welcome to mirror list, hosted at ThFree Co, Russian Federation.

turn-server.php « admin « settings « templates - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef2376d8fb682e1c3788b8feb2a941955e10e017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>