Live video on the AT Protocol
1package constants
2
3var PLACE_STREAM_KEY = "place.stream.key"
4var PLACE_STREAM_LIVESTREAM = "place.stream.livestream"
5var PLACE_STREAM_CHAT_MESSAGE = "place.stream.chat.message"
6var PLACE_STREAM_CHAT_PROFILE = "place.stream.chat.profile"
7var STREAMPLACE_SIGNING_KEY = "signingKey"
8var APP_BSKY_GRAPH_FOLLOW = "app.bsky.graph.follow"
9var APP_BSKY_FEED_POST = "app.bsky.feed.post"
10var APP_BSKY_GRAPH_BLOCK = "app.bsky.graph.block"
11
12const DID_KEY_PREFIX = "did:key"
13const ADDRESS_KEY_PREFIX = "0x"