aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdp.h
blob: d716644565ed659ea080fa32d1fc21e29cc2295a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <sofia-sip/sip.h>

#include <stdbool.h>

struct sip_call_leg;
struct call_leg;

bool sdp_screen_sdp(const sip_t *sip);
bool sdp_extract_sdp(struct sip_call_leg *leg, const sip_t *sip, bool any_codec);

char *sdp_create_file(struct sip_call_leg *, struct call_leg *);