Meta
- Web
- Android
- IOS
import type { IReplayMeta } from '@picsart/web-replay-sdk';
import com.picsart.media.Replay.Meta
| Property | Type | Required | Description |
|---|---|---|---|
| id | UUIDString | yes | The unique identifier for meta information |
| replayVersion | SemVer | yes | A version string representing the semantic version of the replay structure. |
| encryptionVersion | SemVer | yes | The encryption version of the replay structure. This information is required to decrypt the all sections of replay. Note, that the meta section itself is not encrypted. |