* Reconnects the live stream * * Public Accessor: Amplitude.reconnectStream() * * @access public\
()
| 296 | * @access public\ |
| 297 | */ |
| 298 | function reconnectStream() { |
| 299 | config.audio.src = config.active_metadata.url; |
| 300 | config.audio.load(); |
| 301 | } |
| 302 | |
| 303 | /** |
| 304 | * Sets the playback speed for the song. |