Skip to main content

rtc_send

Function rtc_send 

Source
pub fn rtc_send(
    peer_id: u32,
    channel_id: u32,
    data: &[u8],
    is_binary: bool,
) -> i32
Expand description

Send data on a channel, choosing text or binary mode.