net/turnserver: hide protocol violating options, refs #4495

This commit is contained in:
Frank Wall 2025-04-22 22:57:41 +02:00
parent 8d2972a4ac
commit a16e9a0eea
2 changed files with 13 additions and 2 deletions

View file

@ -2,3 +2,12 @@ Coturn is a free open source implementation of TURN and STUN Server.
The TURN Server is a VoIP media traffic NAT traversal server and gateway.
WWW: https://github.com/coturn/coturn
1.1
Changed:
* hide protocol violating options
1.0
Initial release

View file

@ -116,12 +116,14 @@
<id>turnserver.settings.ChannelLifetime</id>
<label>Channel Lifetime</label>
<type>text</type>
<help>The lifetime for the channel (in seconds). Default value is 600 secs (10 minutes).</help>
<help>The lifetime for the channel (in seconds). Default value is 600 secs (10 minutes). MUST NOT be changed, because this would violate RFC 5766.</help>
<advanced>true</advanced>
</field>
<field>
<id>turnserver.settings.PermissionLifetime</id>
<label>Permission Lifetime</label>
<type>text</type>
<help>The permission lifetime (in seconds). Default value is 300 secs (5 minutes).</help>
<help>The permission lifetime (in seconds). Default value is 300 secs (5 minutes). MUST NOT be changed, because this would violate RFC 5766.</help>
<advanced>true</advanced>
</field>
</form>