mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
Added Decline Button to Voip Toaster
Added new stylesheet from Beluga for the voip buttons
This commit is contained in:
parent
afa3f53b14
commit
2cc0f6dcd7
7 changed files with 183 additions and 62 deletions
|
@ -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) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue