16 #ifndef _JANUS_TURNREST_H
17 #define _JANUS_TURNREST_H
24 void janus_turnrest_init(
void);
26 void janus_turnrest_deinit(
void);
34 void janus_turnrest_set_backend(
const char *server,
const char *key);
37 const char *janus_turnrest_get_backend(
void);
41 typedef struct janus_turnrest_response {
50 } janus_turnrest_response;
53 typedef struct janus_turnrest_instance {
60 } janus_turnrest_instance;
63 void janus_turnrest_response_destroy(janus_turnrest_response *response);
69 janus_turnrest_response *janus_turnrest_request(
void);