Class TeamsMeetingIdLocator


  • public final class TeamsMeetingIdLocator
    extends JoinTeamsMeetingLocator
    Options for joining a Teams meeting using Meeting ID and Passcode
    • Constructor Summary

      Constructors 
      Constructor Description
      TeamsMeetingIdLocator​(String meetingId, String passcode)
      Creates a new instance with a Meeting ID and Passcode
    • Constructor Detail

      • TeamsMeetingIdLocator

        public TeamsMeetingIdLocator​(String meetingId,
                                     String passcode)
        Creates a new instance with a Meeting ID and Passcode
        Parameters:
        meetingId - A string representing the Meeting ID of the teams meeting.
        passcode - A string representing the passcode for the teams meeting.
    • Method Detail

      • getMeetingId

        public String getMeetingId()
        Gets the Meeting ID of the meeting
      • getPasscode

        public String getPasscode()
        Gets the Passcode of the meeting