osmo-sip-connector/src/sdp.h

11 lines
191 B
C
Raw Normal View History

#pragma once
#include <sofia-sip/sip.h>
#include <stdbool.h>
struct sip_call_leg;
bool sdp_screen_sdp(const sip_t *sip);
bool sdp_extract_sdp(struct sip_call_leg *leg, const sip_t *sip);