#include <account.hpp>
◆ SrtpOpt()
Default constructor initializes with default values.
◆ fromPj()
◆ toPj()
◆ readObject()
Read this object from a container node.
- Parameters
-
node | Container to read values from. |
Implements pj::PersistentObject.
◆ writeObject()
Write this object to a container node.
- Parameters
-
node | Container to write values to. |
Implements pj::PersistentObject.
◆ cryptos
Specify SRTP cryptos. If empty, all crypto will be enabled. Available crypto can be enumerated using Endpoint::srtpCryptoEnum().
Default: empty.
◆ keyings
Specify SRTP keying methods, valid keying method is defined in pjmedia_srtp_keying_method. If empty, all keying methods will be enabled with priority order: SDES, DTLS-SRTP.
Default: empty.
The documentation for this struct was generated from the following file: