Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKMeetingItem Class Reference
Inheritance diagram for ZoomSDKMeetingItem:

Instance Methods

(IMeetingDateOption *) - getDateOption
 Get the object of IMeetingDateOption. More...
 
(IMeetingAudioOption *) - getAudioOption
 Get the object of IMeetingAudioOption. More...
 
(IMeetingVideoOption *) - getVideoOption
 Get the object of IMeetingVideoOption. More...
 
(IMeetingConfigOption *) - getConfigOption
 Get the the object of IMeetingConfigOption. More...
 
(long long) - getMeetingUniqueID
 Get the meeting unique ID. More...
 
(NSString *) - getInviteEmailContent
 Get the content of the email to invite the users to join the meeting. More...
 
(NSString *) - getJoinMeetingUrl
 Get the URL to invite the users to join the meeting. More...
 
(long long) - getMeetingNumber
 Get the meeting number. More...
 

Protected Attributes

IMeetingDateOption_dateOption
 
IMeetingAudioOption_audioOption
 
IMeetingVideoOption_videoOption
 
IMeetingConfigOption_configOption
 
long long _meetingUniqueID
 

Method Documentation

◆ getAudioOption

- (IMeetingAudioOption*) getAudioOption

Get the object of IMeetingAudioOption.

Returns
If the function succeeds, it will return the object of IMeetingAudioOption.

◆ getConfigOption

- (IMeetingConfigOption*) getConfigOption

Get the the object of IMeetingConfigOption.

Returns
If the function succeeds, it will return the object of IMeetingConfigOption.

◆ getDateOption

- (IMeetingDateOption*) getDateOption

Get the object of IMeetingDateOption.

Returns
If the function succeeds, it will return the object of IMeetingDateOption.

◆ getInviteEmailContent

- (NSString*) getInviteEmailContent

Get the content of the email to invite the users to join the meeting.

Returns
If the function succeeds, it will return the email contents.

◆ getJoinMeetingUrl

- (NSString*) getJoinMeetingUrl

Get the URL to invite the users to join the meeting.

Returns
If the function succeeds, it will return the join meeting URL.

◆ getMeetingNumber

- (long long) getMeetingNumber

Get the meeting number.

Returns
If the function succeeds, it will return the meeting number.

◆ getMeetingUniqueID

- (long long) getMeetingUniqueID

Get the meeting unique ID.

Returns
If the function succeeds, it will return the meeting unique ID.

◆ getVideoOption

- (IMeetingVideoOption*) getVideoOption

Get the object of IMeetingVideoOption.

Returns
If the function succeeds, it will return the object of IMeetingVideoOption.

The documentation for this class was generated from the following file: