mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
dring: unify register signal handlers functions
- provides registerSignalHandlers to replace registerCallHandlers, registerConfHandlers, registerDataXferHandlers, registerPresHandlers, and registerVideoHandlers which are now deprecated and forward to registerSignalHandlers - this patch bumps the daemon API to 5.2.0 and is backwards compatible Change-Id: Ie9479610114a474b4748614988c3ea0156dce6a9 Reviewed-by: Sebastien Blin <sebastien.blin@savoirfairelinux.com>
This commit is contained in:
@ -156,8 +156,8 @@ void init(const v8::Handle<v8::Value> &funcMap){
|
||||
if (!DRing::init(static_cast<DRing::InitFlag>(DRing::DRING_FLAG_DEBUG)))
|
||||
return;
|
||||
|
||||
registerConfHandlers(configEvHandlers);
|
||||
registerCallHandlers(callEvHandlers);
|
||||
registerSignalHandlers(configEvHandlers);
|
||||
registerSignalHandlers(callEvHandlers);
|
||||
|
||||
DRing::start();
|
||||
}
|
||||
|
Reference in New Issue
Block a user