MediaStoreRemoteReplication type
Background replication of recorded segments to a remote object store.
Signature:
export type MediaStoreRemoteReplication = {
store: MediaStoreRemoteStore;
expiry?: MediaStoreExpiry;
localRetention?: MediaStoreLocalRetention;
};
References: MediaStoreRemoteStore, MediaStoreExpiry, MediaStoreLocalRetention