pub fn rtc_create_data_channel(peer_id: u32, label: &str, ordered: bool) -> u32Expand description
Create a data channel on a peer connection.
ordered — true for reliable ordered delivery (TCP-like), false for
unordered (UDP-like). Returns a channel handle (> 0) or 0 on failure.