Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@interface ACSTeamsMeetingLinkLocator : ACSJoinMeetingLocator;
Description
Options for joining a Teams meeting using Link locator
Methods
init
Creates a new instance with a MeetingLink
-(instancetype)init:(NSString *)meetingLink;
Parameters
meetingLink
- A string representing the full URI of the teams meeting.
Properties
meetingLink
The URI of the meeting
@property (retain, nonnull, readonly) NSString * meetingLink;