Added Decline Button to Voip Toaster

Added new stylesheet from Beluga for the voip buttons
This commit is contained in:
defnax 2015-10-27 18:52:01 +01:00
parent afa3f53b14
commit 2cc0f6dcd7
7 changed files with 183 additions and 62 deletions

View file

@ -42,6 +42,8 @@ class VOIPGUIHandler: public QObject
public:
static void AnswerAudioCall(const RsPeerId &peer_id) ;
static void AnswerVideoCall(const RsPeerId &peer_id) ;
static void HangupAudioCall(const RsPeerId &peer_id) ;
static void HangupVideoCall(const RsPeerId &peer_id) ;
public slots:
void ReceivedInvitation(const RsPeerId &peer_id, int flags) ;