From 97b0ebc80fa6c975dac3df7ddf3d3158db342366 Mon Sep 17 00:00:00 2001 From: Matt Durgavich Date: Sat, 24 Sep 2022 22:04:54 -0700 Subject: Logging fixes Signed-off-by: Chris Hiszpanski --- include/peerconn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/peerconn.h') diff --git a/include/peerconn.h b/include/peerconn.h index 63e83ce..fcc56e6 100644 --- a/include/peerconn.h +++ b/include/peerconn.h @@ -50,8 +50,8 @@ typedef struct urtc_peerconn { ice_agent_t *agent; // Local and remote session descriptions - urtc_sdp_t *ldesc; - urtc_sdp_t *rdesc; + sdp_t *ldesc; + sdp_t *rdesc; // Event callbacks void (*onIceCandidate)(const char *cand, void *arg); -- cgit v1.2.3