place.stream.live.viewCount

did:web:longos.iameli.link View official

Documentation

Current view count for a livestream on a particular server.

main record

Current view count for a livestream on a particular server.

Record Key any Any valid record key

Properties

count integer Required

The current view count for the livestream.

server string did Required

The DID of the server to get the view count for.

streamer string did Required

The DID of the streamer to teleport to.

updatedAt string datetime Optional

The time the view count was last updated.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "streamer",
      "server",
      "count"
    ],
    "properties": {
      "count": {
        "type": "integer",
        "description": "The current view count for the livestream."
      },
      "server": {
        "type": "string",
        "format": "did",
        "description": "The DID of the server to get the view count for."
      },
      "streamer": {
        "type": "string",
        "format": "did",
        "description": "The DID of the streamer to teleport to."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "The time the view count was last updated."
      }
    }
  },
  "description": "Current view count for a livestream on a particular server."
}

Lexicon Garden

@