Favorite/Unfavorite a Room (Realtime)
    • Dark
      Light
    • PDF

    Favorite/Unfavorite a Room (Realtime)

    • Dark
      Light
    • PDF

    Article summary

    Mark or unmark a room as favorite.

    Method

    Requires Auth

    toggleFavorite

    Yes

    Payload parameters

    Argument

    Example

    Required

    Description

    roomId

    64a1f373376181965ab77f54

    Required

    The room ID.

    favorite

    false

    Optional:

    Default: true

    true - Mark as favorite
    false - Remove from favorite

    Example call

    {
        "msg": "method",
        "method": "toggleFavorite",
        "id": "16",
        "params": [
            "64a1f540376181965ab77f5b",
            false
        ]
    }

    Example response

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


    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.