Skip to content

remove commas and periods from meetingId and webinarId. Fixes #3.

composerjk requested to merge (removed):fix-zoom-meeting-id-validation into main

Commas were being set in the value due to custom field Float values being formatted with thousands separators. Removing both commas and periods, in addition to spaces, now.

Merge request reports