ajayalag1974
Member
Hi,
In backend with Rest API I want to query & terminate streams by custom data as posted from client side while creating session or creating stream.
I want to implement a security where with 1 token only 1 session is going on (1 token = 1 viewer), above will help in that.
Ideally wouldn't like to query streams based on available filters (/stream/find) and than filter them out based on this custom data via code as that could be a lengthy task if connected clients are large in numbers.
Querying at /stream/find_all , i can see data is there but cannot find a way to query more specifically based on custom data (custom.token) at /stream/find endpoint
Please help in this. Thanks.
In backend with Rest API I want to query & terminate streams by custom data as posted from client side while creating session or creating stream.
I want to implement a security where with 1 token only 1 session is going on (1 token = 1 viewer), above will help in that.
Ideally wouldn't like to query streams based on available filters (/stream/find) and than filter them out based on this custom data via code as that could be a lengthy task if connected clients are large in numbers.
Querying at /stream/find_all , i can see data is there but cannot find a way to query more specifically based on custom data (custom.token) at /stream/find endpoint
Please help in this. Thanks.