Skip to content

Resolution property support in start archive method #153

@IGitGotIt

Description

@IGitGotIt

This is a proposal to add resolution property support when creating archives
https://tokbox.com/developer/rest/#listing_archives

Usage:

ArchiveProperties properties = new ArchiveProperties.Builder().resolution("1280x720").build();

Exceptions:
At present only the string "1280x720" and "640x480" are supported (output being composed mode. Individual mode throws an exception no matter the value). Any other values will throw the following exception.

case 400:
throw new RequestException("Could not start an OpenTok Archive. A bad request, check input archive properties like resolution etc.");

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions