MCPcopy
hub / github.com/serversideup/amplitudejs / reconnectStream

Function reconnectStream

src/core/core.js:298–301  ·  view source on GitHub ↗

* Reconnects the live stream * * Public Accessor: Amplitude.reconnectStream() * * @access public\

()

Source from the content-addressed store, hash-verified

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.

Callers 1

playFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected