An open tag stream that can be closed. Returned by API.openStream.
const api = new MeridianSDK.API({ // ...});const stream = api.openStream({ // ...});stream.close(); Copy
const api = new MeridianSDK.API({ // ...});const stream = api.openStream({ // ...});stream.close();
An open tag stream that can be closed. Returned by API.openStream.