This method marks an existing room as encrypted.
Logged In | Permission | Setting |
---|---|---|
Yes | none | none |
- String - the id of the room that is being updated.
- String - the keyID to add to the room.
{
"msg": "method",
"method": "e2e.setRoomKeyID",
"id": "8",
"params": [
"rid",
"keyID"
]
}
{
"msg": "result",
"id": "8",
"result": 1
}
Version | Description |
---|---|
0.70.0 | Added |