@@ -1530,6 +1530,9 @@ Preceding Group Offset prior.
15301530A Subscriber can use a Joining Fetch to, for example, fill a playback buffer with a
15311531certain number of groups prior to the live edge of a track.
15321532
1533+ A Joining Fetch is only permitted when the associated Subscribe has the Filter
1534+ Type Latest Object.
1535+
15331536A Fetch Type other than the above MUST be treated as an error.
15341537
15351538A publisher responds to a FETCH request with either a FETCH_OK or a FETCH_ERROR
@@ -1633,17 +1636,8 @@ field and field values derived from the corresponding SUBSCRIBE message
16331636
16341637The following values are used :
16351638
1636- * Resolved Subscribe Start Group:
1637- * For Latest Object or Latest Group filter types, this is Largest Group ID.
1638- * For AbsoluteStart or AbsoluteRange filter types, this is the StartGroup field
1639- of the SUBSCRIBE message
1640- * Resolved Subscribe Start Object:
1641- * For the Latest Object filter type, this is the Largest Object ID.
1642- * For the Latest Group filter type, this is 0
1643- * For AbsoluteStart or AbsoluteRange filter types, this is the StartObject field
1644- of the SUBSCRIBE message
1645- * Preceding Group Offset: A field in the Joining Fetch message indicating the
1646- relative offset from the start of the Subscribe
1639+ * Resolved Subscribe Start Group: the Largest Group ID of the associated Subscribe.
1640+ * Resolved Subscribe Start Object: the Largest Object ID of the associated Subscribe.
16471641
16481642The Resolved Subscribe Start values for a Joining Fetch MUST correspond to the
16491643referenced Subscribe within the same session so that the ranges of Objects covered
0 commit comments