Define the number of device to share

Hi,

How to set the maximum number of device to share on a server ?

Best regards,
Fabien

#2

Hi Fabian, to do this you need to create a clientAuthorization script ( https://www.virtualhere.com/authorization )

There is a $NUM_BINDINGS$ value that is passed in. If this value is greater than the maximum number of bindings then return 0

#3

Hi Michael,
How to know the total number of devices connected to a server by cli.
Best regards,
Fabien

#4

OK sorry, you meant the total number of in-use devices at the server, not the total for a particular user.

I'll add a variable $TOTAL_BINDINGS$ and this will be the current total number of in-use devices in the server.

Does that sound ok? If so ill add it in the next build of the server