Subscribe to a stream's new segments as they come in!
Parameters
View raw schema
{
"type": "subscription",
"message": {
"schema": {
"refs": [
"#segment"
],
"type": "union"
}
},
"parameters": {
"type": "params",
"required": [
"streamer"
],
"properties": {
"streamer": {
"type": "string",
"description": "The DID of the streamer to subscribe to"
}
}
},
"description": "Subscribe to a stream's new segments as they come in!"
}