Hi, I’m using the SDK for Web. Currently the steps I took to close a video stream is:
1. Close the video connection via videoController.close()
2. Cancel the stream request via XPMobileSDK.cancelRequest
I noticed in the references, there’s a closeStream method. Is it a mandatory step to run that method or is my current steps sufficient to close and free up the resources?