The swarm ID of the stream: the configured swarmId or the manifest response URL.
Runtime identifier of the stream from the engine. May differ from peer to peer — avoid using it in the ID.
Stream type.
Raw stream properties from the manifest.
Stream identity hash derived from the normalized stream properties. The same for all peers.
The stream swarm ID the default derivation would produce:
${peerProtocolVersion}-${swarmId}-${streamType}-${identityHash}.
Useful as a base for custom IDs, e.g. `${tenant}-${defaultStreamSwarmId}`.
Version of the peer swarm protocol used in the default stream swarm ID derivation.
The stream identity data passed to a custom
streamSwarmIdBuilder.