async fn create_ice_servers( context: &Context, hostname: &str, port: u16, username: &str, password: &str, ) -> Result<String>
Creates JSON with ICE servers.