We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83c8f0 commit 96790d5Copy full SHA for 96790d5
index.html
@@ -2596,7 +2596,18 @@ <h3><dfn>Async New Session</dfn></h3>
2596
<dt><a>Remote end</a> is an <a>endpoint node</a>
2597
<dd>
2598
<ol>
2599
- <li><p>Execute steps defined in <a>New Session</a>
+ <li><p>Let <var>session</var> be a job iniated by following the same steps
2600
+ defined in <a>New Session</a>
2601
+
2602
+ <li><p>Let <var>body</var> be a new JSON <a>Object</a> with the following
2603
+ properties:
2604
2605
+ <dl>
2606
+ <dt>"<code>sessionCreationId</code>"
2607
+ <dd>The <a>session id</a> of the <a>session</a>.
2608
+ </dl>
2609
2610
+ <li><p>Return <a>success</a> with data <var>body</var>.
2611
</ol>
2612
2613
<dt><a>Remote end</a> is an <a>intermediary node</a>
0 commit comments