mediasoup-types

Crates.iomediasoup-types
lib.rsmediasoup-types
version0.2.1
created_at2025-07-17 13:14:37.443047+00
updated_at2025-08-26 17:36:10.376534+00
descriptionType definitions and shared data structures for the mediasoup crate
homepage
repositoryhttps://github.com/versatica/mediasoup
max_upload_size
id1757473
size100,763
Nazar Mokrynskyi (nazar-pc)

documentation

https://docs.rs/mediasoup-types

README

mediasoup-types v3

Type definitions and shared data structures for the mediasoup crate.

Overview

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.

Usage

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};

Documentation

Sponsor

You can support mediasoup by sponsoring it. Thanks!

License

ISC

Commit count: 3724

cargo fmt