You can create an invite to a voice channel with a targetApplication, like so:
voiceChannel.createInvite({
targetType: InviteTargetType.EmbeddedApplication,
targetApplication: yourActivity,
});
https://discord.js.org/docs/packages/discord.js/14.18.0/InviteCreateOptions:Interface