place.stream.live.teleport

moderation.stream.place View official

{
  "id": "place.stream.live.teleport",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "streamer",
          "startsAt"
        ],
        "properties": {
          "startsAt": {
            "type": "string",
            "format": "datetime",
            "description": "The time the teleport becomes active."
          },
          "streamer": {
            "type": "string",
            "format": "did",
            "description": "The DID of the streamer to teleport to."
          },
          "livestream": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The source livestream this teleport is sending viewers away from. When the teleport fires, this is the livestream that gets ended (the same update place.stream.live.stopLivestream performs), so the source streamer returns to pre-live. Teleports without an origin livestream are treated as a no-op."
          },
          "durationSeconds": {
            "type": "integer",
            "maximum": 32400,
            "minimum": 60,
            "description": "The time limit in seconds for the teleport. If not set, the teleport is permanent. Must be at least 60 seconds, and no more than 32,400 seconds (9 hours)."
          }
        }
      },
      "description": "Record defining a 'teleport', that is active during a certain time."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.live.teleport

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gqtagsooi75obldmytuow57q
CID
bafyreiev33dsbcjqedcmefi24ubwtio3swhhmgz4bkwjymdj4qqkex3nji
Indexed At
2026-08-20 16:29 UTC
AT-URI
at://did:plc:gqtagsooi75obldmytuow57q/com.atproto.lexicon.schema/place.stream.live.teleport

Lexicon Garden

@