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

Unable to set the archiving resolution when using automatic session archive #312

Open
prasoon0909 opened this issue Oct 5, 2023 · 0 comments
Labels

Comments

@prasoon0909
Copy link

Hi All,
I am unable to set the resolution for my session archives when i am starting archiving as soon as my session starts.

      this.meetingHandler.createSession(
        {
          mediaMode: 'routed',
          archiveMode: 'always',
        },
        (error: Error, meeting: OpenTok.Session) => {
          if (error) {
            reject(error);
          } else {
            const sessionId = meeting.sessionId;
            const token: string = this.meetingHandler.generateToken(
              sessionId,
              tokenData,
            );
            resolve({ sessionId, token });
          }
        },
      );

Please add support for setting resolution when automatic archives service is used

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

No branches or pull requests

2 participants