import { StatelessWebexPlugin } from '@webex/webex-core'; /** * @class MeetingInfoRequest */ export default class PersonalMeetingRoomRequest extends StatelessWebexPlugin { namespace: string; /** * * @param {Object} options with format of {userId, passcode, meetingAddress, preferred} * @returns {Promise} returns a promise that resolves/rejects the result of the request * @memberof PersonalMeetingRoomRequest */ claimPmr(options: any): any; }