Meta Profiles
A meta profile allows you to specify background meta processes like audio keyword extraction.
No meta profiles are applied by default. You have to add a meta profile to your recorder tag.
Attach a Meta Profiles
Using Version 1 of the JavaScript SDK
Note that no meta profiles are applied by default. You have to add an meta profile to your recorder tag:
<ziggeo ziggeo-meta_profile='META_PROFILE_TOKEN'></ziggeo>
Attach a Meta Profiles
Using Version 2 of the JavaScript SDK
Note that no meta profiles are applied by default. You have to add an meta profile to your recorder tag:
<ziggeorecorder ziggeo-meta-profile='META_PROFILE_TOKEN'></ziggeorecorder>
Multiple Meta Profiles
Using Version 1 of the JavaScript SDK
You can also apply multiple meta profiles to your recorder to have different versions of the recording:
<ziggeo ziggeo-meta_profile='META_PROFILE_TOKEN1,META_PROFILE_TOKEN1'></ziggeo>
Multiple Meta Profiles
Using Version 2 of the JavaScript SDK
You can also apply multiple meta profiles to your recorder to have different versions of the recording:
<ziggeorecorder ziggeo-meta-profile='META_PROFILE_TOKEN1,META_PROFILE_TOKEN1'></ziggeorecorder>