Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

WebGL Blob #20

Answered by olokobayusuf
MonsieurD asked this question in Q&A
Jan 17, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hey @MonsieurD I totally forgot about this, but you should actually be able to use NatShare to download the blob:

// Finish writing
var recordingPath = await recorder.FinishWriting();
// Use NatShare to download the video
var payload = new SavePayload();
payload.AddMedia(recordingPath);
await payload.Save();

Try this and let me know if you face any issues.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@MonsieurD
Comment options

Comment options

You must be logged in to vote
1 reply
@olokobayusuf
Comment options

Answer selected by olokobayusuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants