mediasoup-types 0.2.1

Type definitions and shared data structures for the mediasoup crate
Documentation

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