+ extends Component {
+ /**
+ * Constructor of the component.
+ *
+ * @inheritdoc
+ */
+ constructor(props: P) {
+ super(props);
+
+ this._query = this._query.bind(this);
+ }
+
+ /**
+ * Invite people and numbers to the conference. The logic works by inviting
+ * numbers, people/rooms, and videosipgw in parallel. All invitees are
+ * stored in an array. As each invite succeeds, the invitee is removed
+ * from the array. After all invites finish, close the modal if there are
+ * no invites left to send. If any are left, that means an invite failed
+ * and an error state should display.
+ *
+ * @param {Array