Skip to content

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

@prasoon0909

Description

@prasoon0909

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions