coturn

CoTURN: How to use TURN REST API?

岁酱吖の 提交于 2019-11-27 01:22:17
问题 I have build coturn and run it successfully. ip:192.168.1.111. Now the question I faced is to get the Turn credential through REST API. http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00 According to the passage the request format should be GET /?service=turn&username=mbzrxpgjys and response should be JSON . Now my question is: a) How to configure and command TURN SERVER to make it run in REST API mode? b) How to write a http request in the right format so TURN SERVER can reply