How can I get the value of sessionId from odSpDocumentDeltaCOnnection joinSession call? #14271
Unanswered
jindalharshit
asked this question in
Q&A
Replies: 1 comment
-
@jindalharshit, could you please describe your scenario? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
I need access to session Id to perform some operation every time a new session is created.
Investigation
Here the websocketEndpoint ID received as the result of joinSession call is being passed as documentId.
This means that the documentId is same as the sessionId and I should be able to access it using the DeltaManager.ConnectionManager.ConnectionProps.DocumentId object
Can someone confirm if this understanding is correct?
Beta Was this translation helpful? Give feedback.
All reactions