29 #undef PACKAGE_TARNAME 30 #undef PACKAGE_VERSION 31 #include <srtp/srtp.h> 32 #include <libzrtpcpp/ZrtpCWrapper.h> 45 typedef struct _OrtpZrtpContext OrtpZrtpContext ;
47 ORTP_PUBLIC bool_t ortp_zrtp_available();
50 ORTP_PUBLIC OrtpZrtpContext* ortp_zrtp_multistream_new(OrtpZrtpContext* activeContext,
RtpSession *s,
OrtpZrtpParams *params);
52 ORTP_PUBLIC
void ortp_zrtp_sas_verified(OrtpZrtpContext* ctx);
53 ORTP_PUBLIC
void ortp_zrtp_sas_reset_verified(OrtpZrtpContext* ctx);
55 ORTP_PUBLIC
void ortp_zrtp_context_destroy(OrtpZrtpContext *ctx);
Definition: rtpsession.h:201