I am creating a channel using channel api on app server using
channelId = channel.create_channel('mychannel')
now I want to destroy this channel. How can I do this ?
Channel Token expires in 2 hours by default. You don't explicitly get to delete a channel from server side, however, from the javascript side you can easily call a close() method