WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJMEDIA Reference

#include <transport_srtp.h>

Data Fields

void(* on_srtp_nego_complete )(pjmedia_transport *tp, pj_status_t status)
 

Detailed Description

Structure containing callbacks to receive SRTP notifications.

Field Documentation

◆ on_srtp_nego_complete

void(* pjmedia_srtp_cb::on_srtp_nego_complete) (pjmedia_transport *tp, pj_status_t status)

This callback will be called when SRTP negotiation completes. This callback will be invoked when the negotiation is done outside of the SDP signalling, such as in DTLS-SRTP.

Parameters
tpPJMEDIA SRTP transport.
statusOperation status.

The documentation for this struct was generated from the following file:

 


PJMEDIA small footprint Open Source media stack
Copyright (C) 2006-2008 Teluu Inc.