0.1.5 • Published 10 years ago

turn-admin-client v0.1.5

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

Turn-admin-client

Allows you to go into a the TURN server's administrative interface - TURN server can be found on google-code

TravisCI Build Status

How to use

	var TurnAdminClient = require('turn-admin-client');
	
	var client = new TurnAdminClient({
      port: 8124
    });

    client.init();
    
    //do something
    
    client.getActiveSessions(function(err, sessions){
    
    	//got an array of sessions
    	//each session is an object
    
    	client.disconnect();
    })
    
    
0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago