🔧 SDK ReferenceManagersObjectManagerisStreamedisStreamedChecks if an object is currently being streamed.Syntaxobject.isStreamed();ReturnsPromise<boolean> - Whether the object is currently being streamed.Exampleconst isStreamed = await object.isStreamed();console.log('is streamed?', isStreamed);Available on: Client