DyteShowPollsViewController
Overview
A view controller used to show list of existing polls and a button to create polls
Topics:
Creating a show polls screen.
init(meeting: DyteMobileClient)
Parameters:
meeting: Current ongoing meeting object.
To present DyteShowPollsViewController do in iOS as follows:
let controller = DyteShowPollsViewController(dyteMobileClient: self.dyteMobileClient)
self.present(controller, animated: true)