Smartswitch
AnswerPeer.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Telephony/CallGeneration"]]
4 
5 #include <Config.ice>
6 #ifdef CONFIG_CALL_GENERATION
7 #include <Destroyable.ice>
8 
9 module Smartswitch
10 {
11  module Telephony
12  {
13  module CallGeneration
14  {
25  interface AnswerPeer extends Destroyable
26  {
27  };
28  };
29  };
30 };
31 #endif
This interface allows to destroy a proxy entity at the Smartswitch side.
Definition: Destroyable.ice:12
Definition: AccessException.ice:7
A peer to dial then the callee answers.
Definition: AnswerPeer.ice:25