Due to the client
instance created by ZoomInstant.createClient()
is a singleton, if you want to reset the connection, you should invoke ZoomInstant.destroyClient()
and ZoomInstant.createClient()
methods to recreate an instance. Hope this will help you.