34 typedef struct _OrtpZrtpContext OrtpZrtpContext ;
36 ORTP_PUBLIC bool_t ortp_zrtp_available(
void);
43 ORTP_PUBLIC
void ortp_zrtp_context_destroy(OrtpZrtpContext *ctx);
47 ORTP_PUBLIC
void ortp_zrtp_reset_transmition_timer(OrtpZrtpContext* ctx,
RtpSession *s);
49 ORTP_PUBLIC OrtpZrtpContext* ortp_zrtp_multistream_new(OrtpZrtpContext* activeContext,
RtpSession *s,
OrtpZrtpParams *params);
51 ORTP_PUBLIC
void ortp_zrtp_sas_verified(OrtpZrtpContext* ctx);
52 ORTP_PUBLIC
void ortp_zrtp_sas_reset_verified(OrtpZrtpContext* ctx);
Definition: rtpsession.h:309
Definition: rtpsession.h:92