pub fn rtc_send( peer_id: u32, channel_id: u32, data: &[u8], is_binary: bool, ) -> i32
Send data on a channel, choosing text or binary mode.