Skip to main content

DyteCreatePollsViewController

Overview

A view controller used to create and publish a poll.

Topics:

Creating a DyteCreatePollsViewController.

 init(meeting: DyteMobileClient)

Parameters:

meeting: Current ongoing meeting object.

To show DyteCreatePollsViewController do in iOS as follows:

let controller = DyteCreatePollsViewController(dyteMobileClient: dyteMobileClient)
self.present(controller, animated: true)