qs/addTakerToStream
POST api/qs/addTakerToStream
Sent by a LP to FM to add a taker to a stream’s consumer list. Adding takers to streams that are available to all takers is not allowed.
Request
{
"streamId": <string>,
"takerId": <Efx::ClientId>
}{
"streamId": "1001c623-c99b-4a06-9577-fd91ae8b600f",
"takerId": 2
}Request Fields
Field
Type
Description
streamId
string
ID of a stream to update, required
takerId
ClientID
ID of a taker to add, required
Response
{
"error": <int>
}{
}Response Fields
Field
Type
Description
error
int
Error code, 0 or not present on success, optional
Last updated