resumeStream
Resumes a paused stream
(async() => {
let resumed = await SOLPay.resumeStream("..."); // true
})();
Parameters:
stream: string - the stream to resume
Returns:
boolean (true
) - the confirmation for resuming a stream
Throws:
SOL Pay SDK Fatal Error: Invalid stream ${stream}.
- an invalid stream was used
Last updated