@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | 'serverurl' => $this->get_config('serverurl'), |
71 | 71 | 'apikey' => $this->get_config('apikey'), |
72 | 72 | 'apisecret' => $this->get_config('apisecret') |
73 | - ); |
|
73 | + ); |
|
74 | 74 | $this->add_button_after($params, 0, 'audiortc'); |
75 | 75 | } |
76 | 76 | |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | 'serverurl' => $this->get_config('serverurl'), |
86 | 86 | 'apikey' => $this->get_config('apikey'), |
87 | 87 | 'apisecret' => $this->get_config('apisecret') |
88 | - ); |
|
88 | + ); |
|
89 | 89 | $this->add_button_after($params, 0, 'videortc'); |
90 | 90 | } |
91 | 91 | } |