Ghamza-Jd / jarust

A janus client SDK in Rust 🦀
Apache License 2.0
8 stars 3 forks source link

feat: add partial support for streaming info request #136

Closed fcx-mrogez closed 2 weeks ago

fcx-mrogez commented 2 weeks ago

only live RTP streaming source are supported.

I'm not confident enough in rust to handle responses from file based / on demand mountpoint types. I guess with some Enum + serde flatten it could be supported.

Ghamza-Jd commented 2 weeks ago

I'm not confident enough in rust to handle responses from file based / on demand mountpoint types. I guess with some Enum + serde flatten it could be supported.

Correct

fcx-mrogez commented 2 weeks ago

Thanks for the review, I've updated the PR to take into account your remark about the secret field.