eyeson-team / eyeson-php

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

How to disable end meeting for all button in php #58

Closed aycw2526 closed 3 years ago

aycw2526 commented 3 years ago

`$options = array( 'show_names' => 'show', 'show_label' => 'false', 'reaction_available' => false, 'exit_url' => site_url(), 'recording_available' => false, 'broadcast_available' => false, 'layout_available' => false, 'name' => Example, );

    $user = [
      'id' => $user_id,
      'name' => test test,
    ];`

Is there an option to disable the button?

opusonline commented 3 years ago

Hi, thanks for your feedback! Currently there's no option to disable this button, but we will discuss your request. (Good to know: guests do not have this button.) Please do not hesitate to open another issue or leave a comment if you have any further questions! Best regards, Stefan