Confirmed users
632
edits
| Line 72: | Line 72: | ||
* '''context.value''' - The room context information, encrypted and Base64 encoded. | * '''context.value''' - The room context information, encrypted and Base64 encoded. | ||
* '''context.alg''' - The encryption algorithm used to encrypt the context information. | * '''context.alg''' - The encryption algorithm used to encrypt the context information. | ||
* '''context.wrappedKey''' - The room key ('''kR'''), wrapped by the user's application-specific key ''' | * '''context.wrappedKey''' - The room key ('''kR'''), wrapped by the user's application-specific key '''kRWrapper'''. | ||
* '''expiresIn''' - The number of hours for which the room will exist. | * '''expiresIn''' - The number of hours for which the room will exist. | ||
* '''roomOwner''' - The user-friendly display name indicating the name of the room's owner. | * '''roomOwner''' - The user-friendly display name indicating the name of the room's owner. | ||