User

Creates a User javascript object that represents a single goTenna User.

The User class is exposed as gotenna.User and can be instantiated thusly:

var myUser = new gotenna.User({name: 'John Doe', gid: 1234567890, ...})

Static Methods

createUser

Methods

constructoraddGroupGIDaddMultiCastGroupGIDdeleteGroupGIDdeleteMulticastGroupGIDgetGID

Note: These docs are not up to date. For a full list of methods check the API Reference page

Last updated