rvoip-rtp-core 0.1.8

RTP/RTCP protocol implementation for the rvoip stack
Documentation
1
2
3
4
5
6
7
8
9
// Simple example file showing RTP header extension usage

// This file just serves as a placeholder for now
// We'll expand it once the proper API is available

fn main() {
    println!("RTP Header Extensions Example");
    println!("This is a placeholder example that will be expanded in the future.");
}