Skip to main content
Version: 5.7.0

Playback Stream

The PlaybackStreamService allows for the creation and replay of a series of events. A Stream can be created using the StartStream call.

One-Way Matches use Playback Streams to track the events of the One-Way Match.

API Summary

PlaybackStream

  • SysStartStream - Start a playback stream.
  • SysReadStream - Read a playback stream.
  • SysEndStream - End a playback stream.
  • SysDeleteStream - Delete a playback stream.
  • SysAddEvent - Add event to stream.
  • SysProtectStreamUntil - Protects a playback stream from being purged (but not deleted) for the given number of days (from now). If the number of days given is less than the normal purge interval days (from createdAt), the longer protection date is applied.
tip

All the client APIs that the names beigin with "Sys" are also available to S2S. For the usages of the S2S playbackStream APIs (if they are not listed at this section), refer to brainCloud client playbackStream APIs.