RtkShowPollsViewController
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: RealtimeKitClient)
Parameters:
meeting: Current ongoing meeting object.
To present RtkShowPollsViewController do in iOS as follows:
let controller = RtkShowPollsViewController(meeting: self.realtimeKitClient)
self.present(controller, animated: true)