Home
last modified time | relevance | path

Searched refs:handle_channel_data (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/client/
H A Dmod.rs293 ClientInternal::handle_channel_data(binding_mgr, read_ch_tx, data).await in handle_inbound()
373 async fn handle_channel_data( in handle_channel_data() method
/webrtc/turn/src/server/
H A Drequest.rs107 self.handle_channel_data(&c).await in handle_data_packet()
772 pub(crate) async fn handle_channel_data(&mut self, c: &ChannelData) -> Result<()> { in handle_channel_data() method