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
- StartStream - Start a playback stream.
- ReadStream - Read a playback stream.
- EndStream - End a playback stream.
- DeleteStream - Delete a playback stream.
- GetRecentStreamsForInitiatingPlayer - Get recent streams for initiating player, optional parameter: initiatingPlayerId.
- GetRecentStreamsForTargetPlayer - Get recent streams for target player, optional parameter: targetPlayerId.
- AddEvent - Add event to stream.
- ProtectStreamUntil - 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.
📄️ AddEvent
Adds a stream event.
📄️ DeleteStream
Deletes a stream.
📄️ EndStream
Ends a stream.
📄️ GetRecentStreamsForInitiatingPlayer
Get recent streams for initiating player, optional parameter: initiatingPlayerId.
📄️ GetRecentStreamsForTargetPlayer
Get recent streams for target player, optional parameter: targetPlayerId.
📄️ ProtectStreamUntil
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. Can only be called by users involved in the playback stream.
📄️ ReadStream
Reads a stream.
📄️ StartStream
Starts a stream.
📄️ SysAddEvent
Add event to stream.
📄️ SysDeleteStream
Delete a playback stream.
📄️ SysEndStream
End a playback 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.
📄️ SysReadStream
Read a playback stream.
📄️ SysStartStream
Start a playback stream.