aau-zid / BigBlueButton-liveStreaming

Streams a given BBB Meeting to an RTMP Server.
GNU General Public License v3.0
200 stars 159 forks source link

fix video overlaid on presentation ( aau-zid#76 ) / handle errors when chat not available #87

Closed uka-support closed 3 years ago

uka-support commented 3 years ago

This fixes aau-zid#76

It also prevents an error if the streaming user is not allowed to send chat messages (by participant restriction or disabled chat altogether).

Sorry for mixing to commits in this PR - I'm new to github, couldn't figure out how to separate them.

mtsonline commented 3 years ago

thanks for this pull request. can you please have a look at the chat.py too, guess there should be some checks needed as well?

uka-support commented 3 years ago

Well, I thought if somebody explicitly wants a chat channel they'll probably won't disable chat.

You can apply the same principle there.

mtsonline commented 3 years ago

well, fair enough - think you are right :-)