|
@@ -72,6 +72,9 @@ class Handle
|
|
|
|
|
|
$stream = $method->getInfo($info['key']);
|
|
$stream = $method->getInfo($info['key']);
|
|
|
|
|
|
|
|
+ $live = array();
|
|
|
|
+ $hitory = array();
|
|
|
|
+
|
|
try {
|
|
try {
|
|
$live = $method->getLiveStatus($info['key']);
|
|
$live = $method->getLiveStatus($info['key']);
|
|
$hitory = $method->history($info['key']);
|
|
$hitory = $method->history($info['key']);
|