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

Go to the source code of this file.

Namespaces

namespace  jami
 

Functions

void jami::hangupCalls (Call::SubcallSet &&callptr_list, int errcode)
 Hangup many calls with same error code.
 
template<typename T >
void jami::hangupCallsIf (Call::SubcallSet &&calls, int errcode, T pred)
 Hangup many calls with same error code, filtered by a predicate.