| Crates.io | mediasoup-types |
| lib.rs | mediasoup-types |
| version | 0.2.1 |
| created_at | 2025-07-17 13:14:37.443047+00 |
| updated_at | 2025-08-26 17:36:10.376534+00 |
| description | Type definitions and shared data structures for the mediasoup crate |
| homepage | |
| repository | https://github.com/versatica/mediasoup |
| max_upload_size | |
| id | 1757473 |
| size | 100,763 |
Type definitions and shared data structures for the mediasoup crate.
mediasoup-types provides core types, enums, and data structures used throughout the mediasoup Rust crates. This crate is intended for use by both the main mediasoup implementation and any libraries, tools, or applications that interact with mediasoup in Rust.
Add mediasoup-types to your Cargo.toml:
[dependencies]
mediasoup-types = "X.Y.Z"
Import and use the types in your Rust code:
use mediasoup_types::{RtpCodecParameters, RtpCapabilities, MediaKind};
You can support mediasoup by sponsoring it. Thanks!