@@ -629,8 +629,8 @@ subscribers for each track. Each new OBJECT belonging to the
629629track within the subscription range is forwarded to each active
630630subscriber, dependent on the congestion response. A subscription
631631remains active until it expires, until the publisher of the track
632- terminates the track with a SUBSCRIBE_CLOSED
633- (see {{message-subscribe-closed }}).
632+ terminates the track with a SUBSCRIBE_DONE
633+ (see {{message-subscribe-done }}).
634634
635635Objects MUST NOT be sent for unsuccessful subscriptions, and if a subscriber
636636receives a SUBSCRIBE_ERROR after receiving objects, it MUST close the session
@@ -659,7 +659,7 @@ as defined below:
659659|------|---------------------------|
660660
661661The applicaiton SHOULD use a relevant status code in
662- SUBSCRIBE_CLOSE , as defined below :
662+ SUBSCRIBE_DONE , as defined below :
663663
664664|------|---------------------------|
665665| Code | Reason |
@@ -781,7 +781,7 @@ MOQT Message {
781781|-------|-----------------------------------------------------|
782782| 0xA | UNSUBSCRIBE ({{message-unsubscribe}}) |
783783|-------|-----------------------------------------------------|
784- | 0xB | SUBSCRIBE_CLOSED ({{message-subscribe-closed }}) |
784+ | 0xB | SUBSCRIBE_DONE ({{message-subscribe-done }}) |
785785|-------|-----------------------------------------------------|
786786| 0x10 | GOAWAY ({{message-goaway}}) |
787787|-------|-----------------------------------------------------|
@@ -1408,7 +1408,7 @@ SUBSCRIBE_ERROR
14081408A subscriber issues a `UNSUBSCRIBE` message to a publisher indicating it is no
14091409longer interested in receiving media for the specified track and Objects
14101410should stop being sent as soon as possible. The publisher sends a
1411- SUBSCRIBE_CLOSED to acknowledge the unsubscribe was successful and indicate
1411+ SUBSCRIBE_DONE to acknowledge the unsubscribe was successful and indicate
14121412the final Object.
14131413
14141414The format of `UNSUBSCRIBE` is as follows :
@@ -1422,16 +1422,16 @@ UNSUBSCRIBE Message {
14221422
14231423* Subscribe ID: Subscription Identifer as defined in {{message-subscribe-req}}.
14241424
1425- # # SUBSCRIBE_CLOSED {#message-subscribe-closed }
1425+ # # SUBSCRIBE_DONE {#message-subscribe-done }
14261426
1427- A publisher issues a `SUBSCRIBE_CLOSED ` message to indicate it
1427+ A publisher issues a `SUBSCRIBE_DONE ` message to indicate it
14281428is done publishing Objects for that subscription. The Status Code indicates why
14291429the subscription ended, and whether it was an error.
14301430
1431- The format of `SUBSCRIBE_CLOSED ` is as follows :
1431+ The format of `SUBSCRIBE_DONE ` is as follows :
14321432
14331433~~~
1434- SUBSCRIBE_CLOSED Message {
1434+ SUBSCRIBE_DONE Message {
14351435 Subscribe ID (i),
14361436 Status Code (i),
14371437 Reason Phrase (b),
@@ -1440,7 +1440,7 @@ SUBSCRIBE_CLOSED Message {
14401440 [Final Object (i)],
14411441}
14421442~~~
1443- {: # moq-transport-subscribe-fin-format title="MOQT SUBSCRIBE_CLOSED Message"}
1443+ {: # moq-transport-subscribe-fin-format title="MOQT SUBSCRIBE_DONE Message"}
14441444
14451445* Subscribe ID: Subscription identifier as defined in {{message-subscribe-req}}.
14461446
0 commit comments