Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Returns a list of reaction types which can be passed to performEffectForReaction.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVRecorder | 13.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
AVSession | The ID for the AVRecorder session as returned by AVRecorder.Init. | $AVSession |
Returns list or error.
Try it on macOS 14.0:
MBS( "AVRecorder.AvailableReactionTypes"; $$AVSession )
Example result:
ReactionBalloons
ReactionFireworks
ReactionThumbsUp
ReactionRain
ReactionThumbsDown
ReactionLasers
ReactionConfetti
ReactionHeart
This function is free to use.
Created 21st October 2023, last changed 21st October 2023
AVRecorder.AuthorizationStatusForMediaType - AVRecorder.CanPerformReactionEffects