Set Room Key ID (Realtime)
    • Dark
      Light
    • PDF

    Set Room Key ID (Realtime)

    • Dark
      Light
    • PDF

    Article summary

    This method marks an existing room as encrypted.

    Method

    Required Auth

    e2e.setRoomKeyID

    Yes

    Payload parameters

    Argument

    Example

    Required

    Description

    rid

    kjfospmc9d

    Required

    The room ID that is being updated.

    keyID

    uriejscjsroencz

    Required

    The key ID to add to the room.

    Example call

    {
        "msg": "method",
        "method": "e2e.setRoomKeyID",
        "id": "8",
        "params": [
            "rid",
            "keyID"
        ]
    }

    Example response

    {
        "msg": "result",
        "id": "8",
        "result": 1
    }

    Changelog

    Version

    Description

    0.70.0

    Added


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.