Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IMeetingInviteItemInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import us.zoom.module.api.sdk.IMeetingInviteItemInfoInternal;
4
8public interface IMeetingInviteItemInfo extends IMeetingInviteItemInfoInternal {
14 @Override
15 String getTopic();
16
22 @Override
23 String getContent();
24
30 @Override
31 String getMeetingUrl();
32
38 @Override
40
46 @Override
48
54 @Override
56}
Interface for meeting invite item information.
String getMeetingRawPassword()
Gets the meeting raw password.
long getMeetingId()
Gets the meeting ID.
String getMeetingPassword()
Gets the meeting password.
String getMeetingUrl()
Gets the meeting URL.
String getContent()
Gets the meeting content.
String getTopic()
Gets the meeting topic.