UNPKG

zaccl

Version:

The Zoom App Complete Connection Library, a project that handles everything required to build a zoom-integrated app.

11 lines (10 loc) 182 B
/** * Types of polls * @author Yuen Ler Chow */ declare enum ZoomPollType { Poll = "Poll", AdvancedPoll = "AdvancedPoll", Quiz = "Quiz" } export default ZoomPollType;