Question
disconnect client
How can i disconnect the client from a stream? For example, i want that the client only can view the stream for 30 seconds, after that i want that the application disconnect the client with
application.disconnect(clientObj)
How can i do that?
