eyeson-team / eyeson-php

eyeson video conferencing API package for PHP
MIT License
7 stars 11 forks source link

sfu_mode not available in Ressource/Room #68

Closed malanciault closed 3 years ago

malanciault commented 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 !

unused commented 3 years ago

Thank you, the missing option has been added: $eyeson->join('demo', null, ['sfu_mode' => 'disabled']);