Push_auto_list
Push_Auto_List
This call returns a list of currently active automatic push entries
(which can be used in "push_auto_remove
" calls).
It is called as such:
{
"push_auto_list": true //value is ignored
}
And is responded to as follows:
{
"push_auto_list":[
["STREAMNAME", "URI"],
//Etcetera
]
}