We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi All,
I am unable to set the resolution for my session archives when i am starting archiving as soon as my session starts.
Please add support for setting resolution when automatic archives service is used
The text was updated successfully, but these errors were encountered: