Skip to content

Session Engine Data DTO Reference

The NjoguAmos\Waha\Dto\SessionEngineData contains information about the engine.

engineNjoguAmos\Waha\Enums\Engine

The name of the engine being used.

php
use NjoguAmos\Waha\Enums\Engine;

$session->engine->engine; // Engine::NOWEB

Released under the MIT License.