Describe the bug
The streamer does not work if you don't have html5 client set as default. It can neither join or start a meeting.
To Reproduce
Have a bbb server with default file /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties with values:
# Force all attendees to join the meeting using the HTML5 client
attendeesJoinViaHTML5Client=false
# Force all moderators to join the meeting using the HTML5 client
moderatorsJoinViaHTML5Client=false
Try to stream a meeting
See nothing (= error)
Expected behavior
I am not sure if i understand the bbb API correctly but when streamer needs bbb secret and being able to use API I would expect it to turn on html5 client for itself via api.
If it is not possible I would expect some error message plus this being noted in HowTo and Prerequisites.
Describe the bug The streamer does not work if you don't have html5 client set as default. It can neither join or start a meeting.
To Reproduce
Expected behavior I am not sure if i understand the bbb API correctly but when streamer needs bbb secret and being able to use API I would expect it to turn on html5 client for itself via api. If it is not possible I would expect some error message plus this being noted in HowTo and Prerequisites.
Regards, Petr P.