Ring Daemon 16.0.0
Loading...
Searching...
No Matches
siptransport.cpp File Reference
Include dependency graph for siptransport.cpp:

Go to the source code of this file.

Namespaces

namespace  jami
 

Macros

#define RETURN_IF_FAIL(A, VAL, ...)
 

Variables

constexpr const charjami::TRANSPORT_STATE_STR []
 
constexpr const size_t jami::TRANSPORT_STATE_SZ = std::size(TRANSPORT_STATE_STR)
 

Macro Definition Documentation

◆ RETURN_IF_FAIL

#define RETURN_IF_FAIL (   A,
  VAL,
  ... 
)
Value:
if (!(A)) { \
JAMI_ERROR(__VA_ARGS__); \
return (VAL); \
}

Definition at line 46 of file siptransport.cpp.