mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
patch 1d83f7b from joss to VOIP plugin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1ee48b68a6
commit
e9b53f0a12
2 changed files with 5 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
void PluginGUIHandler::ReceivedInvitation(const QString& peer_id)
|
||||
{
|
||||
std::cerr << "****** Plugin GUI handler: received data!" << std::endl;
|
||||
std::cerr << "****** Plugin GUI handler: received Invitation!" << std::endl;
|
||||
}
|
||||
|
||||
void PluginGUIHandler::ReceivedVoipHangUp(const QString& peer_id)
|
||||
|
@ -23,7 +23,7 @@ void PluginGUIHandler::ReceivedVoipAccept(const QString& peer_id)
|
|||
|
||||
void PluginGUIHandler::ReceivedVoipData(const QString& peer_id)
|
||||
{
|
||||
std::cerr << "****** Plugin GUI handler: received invitation!" << std::endl;
|
||||
std::cerr << "****** Plugin GUI handler: received VoipData!" << std::endl;
|
||||
|
||||
std::vector<RsVoipDataChunk> chunks ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue