@@ -505,7 +505,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
DIR: 1,
};
const hasPush = await this.streamService.pushFrameToSteam(streamData);
- return resolve(hasPush);
+ return resolve(hasPush.done);
} catch (error) {
return reject(false);
}