Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCPollingItem Class Reference

Polling item interface. More...

#include <MobileRTCMeetingService+Polling.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getPollingID
 Polling ID.
 
(NSString *_Nullable) - getPollingName
 Polling name.
 
(MobileRTCPollingType- getPollingType
 Polling type.
 
(MobileRTCPollingStatus- getPollingStatus
 Polling status.
 
(NSInteger) - getPollingQuestionCount
 Polling question count.
 
(NSInteger) - getTotalVotedUserCount
 Count of total voted users.
 
(BOOL) - isLibraryPolling
 Determine if is library polling.
 

Detailed Description

Polling item interface.

Definition at line 16 of file MobileRTCMeetingService+Polling.h.

Method Documentation

◆ getPollingID

- (NSString *_Nullable) getPollingID

Polling ID.

◆ getPollingName

- (NSString *_Nullable) getPollingName

Polling name.

◆ getPollingQuestionCount

- (NSInteger) getPollingQuestionCount

Polling question count.

◆ getPollingStatus

- (MobileRTCPollingStatus) getPollingStatus

Polling status.

◆ getPollingType

- (MobileRTCPollingType) getPollingType

Polling type.

◆ getTotalVotedUserCount

- (NSInteger) getTotalVotedUserCount

Count of total voted users.

◆ isLibraryPolling

- (BOOL) isLibraryPolling

Determine if is library polling.