Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webrtc-rs: update version to v0.8.0 #50

Closed
dasxran opened this issue Jul 9, 2023 · 1 comment
Closed

webrtc-rs: update version to v0.8.0 #50

dasxran opened this issue Jul 9, 2023 · 1 comment

Comments

@dasxran
Copy link
Contributor

dasxran commented Jul 9, 2023

Current version is webrtc = "=0.2.1" and interceptor = "=0.4.0"

error[E0599]: no function or associated item named `unmarshal` found for struct `rtp::header::Header` in the current scope
   --> .cargo\registry\src\index.crates.io-6f17d22bba15001f\webrtc-srtp-0.7.1\src\session\mod.rs:150:39
    |
150 |             vec![rtp::header::Header::unmarshal(&mut buf)?.ssrc]
    |                                       ^^^^^^^^^ function or associated item not found in `Header`
    |
    = help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
    |
1   + use webrtc_util::marshal::Unmarshal;
@sipsorcery
Copy link
Owner

PR merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants