blob: a425ca9dd128587174d8ab786e89e5f75efca1e0 [file] [log] [blame]
#pragma once
#include <re.h>
struct rawrtc_ice_parameters {
char* username_fragment; // copied
char* password; // copied
bool ice_lite;
};
int rawrtc_ice_parameters_debug(
struct re_printf* const pf, struct rawrtc_ice_parameters const* const parameters);