A reference to a related issue in your repository.
The issue was discussed outside of GitHub. This PR adds a patch to programmatically accept the ToS dialog introduced to the Zoom Meeting SDK in version 5.14.10.
A description of the changes proposed in the pull request.
This change adds a community-patches folder as well as a 5.14.10-tos-acceptance.patch community patch file to that folder.
The patch adds a ReminderEvent class that implements the OnReminderNotify function to satisfy the IMeetingReminderEvent interface.
It then uses an instance of the ReminderEvent with the existing MeetingReminderContoller.
@mentions of the person or team responsible for reviewing proposed changes.
A reference to a related issue in your repository.
The issue was discussed outside of GitHub. This PR adds a patch to programmatically accept the ToS dialog introduced to the Zoom Meeting SDK in version 5.14.10.
A description of the changes proposed in the pull request.
This change adds a
community-patches
folder as well as a5.14.10-tos-acceptance.patch
community patch file to that folder.The patch adds a ReminderEvent class that implements the OnReminderNotify function to satisfy the IMeetingReminderEvent interface.
It then uses an instance of the ReminderEvent with the existing MeetingReminderContoller.
@mentions of the person or team responsible for reviewing proposed changes.
@sinasojoodi