Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/
H A Dallocation_manager.rs166 pub async fn create_reservation(&self, reservation_token: String, port: u16) { in create_reservation() method
/webrtc/turn/src/server/
H A Drequest.rs521 .create_reservation(reservation_token.clone(), relay_port) in handle_allocate_request()