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(exception): catch #132

Closed faust64 closed 3 years ago

faust64 commented 3 years ago

completing patch from https://github.com/aau-zid/BigBlueButton-liveStreaming/pull/125/files handling another ElementClickInterceptedException as NoSuchElementException

should fix the error reported in https://github.com/aau-zid/BigBlueButton-liveStreaming/issues/124#issuecomment-860220579

Though I'm wondering why would those click get intercepted in the first place? May be missing something ...