Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session not found error when manual archive startArchive right after createSession with valid session id. #317

Closed
samuveljohns opened this issue Nov 22, 2023 · 1 comment

Comments

@samuveljohns
Copy link

Issue:
We are able to create a opentok session with createSession() and get the sessionId.
const archiveOptions = {
name: "Example",
hasAudio: true,
hasVideo: false,
outputMode: "individual",
};
Next line we call opentok.startArchive(sessionId, archiveOptions) but this is returning Session not found error.

but when we write opentok.startArchive in a seperate api. which is working as expected. Archive is started.

@manchuck
Copy link
Contributor

manchuck commented Jun 3, 2024

@samuveljohns can you please provide more code examples? I am unable to reproduce

@manchuck manchuck closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants