| Crates.io | videocall-types |
| lib.rs | videocall-types |
| version | 3.0.1 |
| created_at | 2024-12-06 15:08:53.795531+00 |
| updated_at | 2025-08-18 01:32:35.247292+00 |
| description | types for the videocall streaming platform |
| homepage | https://github.com/security-union/videocall-rs |
| repository | https://github.com/security-union/videocall-rs |
| max_upload_size | |
| id | 1474367 |
| size | 239,555 |
videocall-types is a Rust library that provides the shared types and definitions for the videocall.rs teleconferencing system. This crate contains essential data structures and type definitions used across the system, enabling seamless communication and interoperability between components.
If you are new to videocall you should start at our repo videocall
To use videocall-types, add it to your Cargo.toml:
[dependencies]
videocall-types = "0.1"
Then, import and use the types in your project:
use videocall_types::protos::{
connection_packet::ConnectionPacket,
packet_wrapper::{packet_wrapper::PacketType, PacketWrapper},
};
videocall.rsThe videocall.rs system is an open-source, real-time teleconferencing platform built with Rust, WebTransport, and HTTP/3, designed for high-performance and low-latency communication.
This project is licensed under the MIT License. See the LICENSE file for more details.