pub fn rtc_poll_data_channel(peer_id: u32) -> Option<RtcDataChannelInfo>Expand description
Poll for a remotely-created data channel that the peer opened.
Returns None when no new channels are pending.
pub fn rtc_poll_data_channel(peer_id: u32) -> Option<RtcDataChannelInfo>Poll for a remotely-created data channel that the peer opened.
Returns None when no new channels are pending.