Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid error when declining recording consent
When declining recording consent, 404 might be returned when leaving the call (because the call was not joined before). It might not be the best option to handle this via onError, but for the moment (18.0.0 release) it's the most robust/lowest-risk solution without to change some state handling to check if the call was joined). finish was added which makes sense anyway, but for declining recording consent the error snackbar was removed. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>