opentok/Opentok-Java-SDK

archive model has no password attribute

kayhuba opened this issue · 1 comments

The class com.opentok.Archive does not contain a "password" field. This field is required when retrieving information about an encrypted archive. See https://static.opentok.com/developer/enterprise/content/OpenTok-encryption/#decrypting-an-archive

Since the REST API call returns the JSON attribute already, the change is minimal.

aiham commented

Thanks @kayhuba !