We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c698a commit fbf0a5aCopy full SHA for fbf0a5a
lib/ex_webrtc_recorder/s3/utils.ex
@@ -22,6 +22,7 @@ if Code.ensure_loaded?(ExAws.S3) do
22
{:ok | :error, term()}
23
def upload_manifest(manifest, s3_bucket_name, s3_path, s3_config \\ []) do
24
manifest
25
+ |> ExWebRTC.Recorder.Manifest.to_json!()
26
|> Jason.encode!()
27
|> ExWebRTC.Utils.chunk(@chunk_size)
28
|> ExAws.S3.upload(s3_bucket_name, s3_path)
0 commit comments