Facing error in livestream update api

trying to access this api (https://api.zoom.us/v2/meetings/95392186554/livestream )
but i gating error which is given below.

{
code: 300,
message: ‘Validation Failed.’,
errors: [ { field: ‘stream_key’, message: ‘Missing field.’ } ]
}

Hi @onference,

Can you ensure that you’re passing each of the following values in your request body?

Based on the error you’re getting, it seems like you might be missing a field.

Thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.