api: Fix encoding of strings in video calls endpoint.

This removes unnecessary json_validator for string parameters in the
BigBlueButton video calls endpoints.  Note that this breaks links to
video meetings sent before the upgrade; there's not much we can do
about that.

Since this is the last commit in this series, we update the
ZULIP_FEATURE_LEVEL for this batch of changes.

Fixes part of #18035.
This commit is contained in:
Gaurav Pandey
2021-05-07 00:44:16 +05:30
committed by Tim Abbott
parent 36ad9b7d0e
commit 00647b6fa7
4 changed files with 29 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ DESKTOP_WARNING_VERSION = "5.2.0"
#
# Changes should be accompanied by documentation explaining what the
# new level means in templates/zerver/api/changelog.md.
API_FEATURE_LEVEL = 62
API_FEATURE_LEVEL = 63
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump