kbalt

Results 7 comments of kbalt

Thanks for your effort, I will look into this when I have a bit of time to check everything out!

Hey, Also thank you for making & maintaining these crates, they saved me a lot of time! > I also noticed that you have implemented parsing and writing RTP header...

Hey, if everything is working correctly then calls to acceptor should return [`Error::RequestTerminated`](https://docs.rs/ezk-sip-ua/latest/ezk_sip_ua/invite/acceptor/enum.Error.html#variant.RequestTerminated) if a cancel request is received while processing the invite.

Hi, I've quickly build an POC of how the `Acceptor` could notify the user of the cancellation in https://github.com/kbalt/ezk/pull/35 maybe you could try that out?

Closing this as https://docs.rs/ezk-sip-ua/latest/ezk_sip_ua/invite/acceptor/struct.InviteAcceptor.html#method.cancelled has been added.

Hey, I'd be open to migrate, but its currently missing a few things for me. `ezk-sdp-types` generally encodes more of the information in types e.g. [`Connection (sdp-types)`](https://docs.rs/sdp-types/latest/sdp_types/struct.Connection.html) and [`Connection (ezk-sdp-types)`](https://docs.rs/ezk-sdp-types/latest/ezk_sdp_types/struct.Connection.html)...

Hey, I had the same problem until I noticed this comment in the README > ❗ Important: configuration strategy has changed but this guide is out of date TL;DR mount...