//! Utility functions for server transport
//!
//! This module contains helper functions used across the server transport implementation.
use crateMediaFrameType;
/// Get the frame type based on payload type
///
/// This uses a simple heuristic based on common payload type ranges:
/// - 0-34, 96-98: Audio
/// - 35-50, 99-112: Video
/// - Others: Data