aws-samples / aws-virtual-participant-framework-for-rtc

Apache License 2.0
48 stars 11 forks source link

Added ToS acceptance community patch #38

Closed MaxMansfield closed 1 year ago

MaxMansfield commented 1 year ago

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.

@sinasojoodi

sinasojoodi commented 1 year ago

Thank you @MaxMansfield , I will update the main patch to include this. Put it on dev so folks can start testing. And soon pull into main