Closed malanciault closed 3 years ago
Hi,
Is it possible to add sfu_mode in the CONST OPTIONS of Ressource/room.php ? Without this, we cannot configure sfu_mode when creating a room using eyeson-php.
Let me know !
Thank you, the missing option has been added: $eyeson->join('demo', null, ['sfu_mode' => 'disabled']);
$eyeson->join('demo', null, ['sfu_mode' => 'disabled']);
Hi,
Is it possible to add sfu_mode in the CONST OPTIONS of Ressource/room.php ? Without this, we cannot configure sfu_mode when creating a room using eyeson-php.
Let me know !