()
| 273 | } |
| 274 | |
| 275 | getCombineStreamUrl() { |
| 276 | if (this.Options.demo) return this.combineStreamDemo; |
| 277 | if (this.Options.test) return this.combineStreamTest; |
| 278 | return this.combineStream; |
| 279 | } |
| 280 | |
| 281 | getStreamUrl() { |
| 282 | if (this.Options.demo) return this.streamDemo; |