Releases
v3.2.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Rw: Optimize internal mutex lock performance.
Feat: Configuration items can be set directly on the cli.
Feat: Integrated Prometheus Metrics Exporter. #101
Fix: Firefox no candidates responded. #105
Rw: A single socket supports only one address assignment.
Rw: A single socket can be bound to only one channel.
New Cli
--auth-static-credentials - Static user password.
--auth-static-auth-secret - Static authentication key value (string) that applies only to the TURN REST API.
--log-level - An enum representing the available verbosity levels of the logger.
--api-bind - This option specifies the http server binding address used to control the turn server.
--api-hooks - This option is used to specify the http address of the hooks service.
--turn-realm - TURN server realm.
--turn-interfaces - TURN server listen interfaces.
REST API Change
GET /session?addr=&username= - Session[]
allocated_channels - uint16[] - List of channel numbers that have been assigned to the session
allocated_ports - uint16[] - List of port numbers that have been assigned to the session
channel? - uint16 - Channel numbers that have been assigned to the session
port? - uint16 - Port numbers that have been assigned to the session
GET - /session/statistics?addr= - Statistics
error_pkts - uint64 - The number of packets error by the current session/s
You can’t perform that action at this time.