Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
763b4e3a
Commit
763b4e3a
authored
Feb 28, 2018
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ServerGroupChatRoomPrivate::declineSession() method.
parent
c8823c10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/chat/chat-room/server-group-chat-room-p.h
src/chat/chat-room/server-group-chat-room-p.h
+1
-0
src/chat/chat-room/server-group-chat-room-stub.cpp
src/chat/chat-room/server-group-chat-room-stub.cpp
+2
-0
No files found.
src/chat/chat-room/server-group-chat-room-p.h
View file @
763b4e3a
...
...
@@ -49,6 +49,7 @@ public:
void
confirmCreation
();
void
confirmJoining
(
SalCallOp
*
op
);
void
confirmRecreation
(
SalCallOp
*
op
);
void
declineSession
(
const
std
::
shared_ptr
<
CallSession
>
&
session
,
LinphoneReason
reason
);
void
dispatchQueuedMessages
();
void
subscribeReceived
(
LinphoneEvent
*
event
);
...
...
src/chat/chat-room/server-group-chat-room-stub.cpp
View file @
763b4e3a
...
...
@@ -60,6 +60,8 @@ void ServerGroupChatRoomPrivate::confirmJoining (SalCallOp *) {}
void
ServerGroupChatRoomPrivate
::
confirmRecreation
(
SalCallOp
*
)
{}
void
ServerGroupChatRoomPrivate
::
declineSession
(
const
shared_ptr
<
CallSession
>
&
session
,
LinphoneReason
reason
)
{}
void
ServerGroupChatRoomPrivate
::
dispatchQueuedMessages
()
{}
// -----------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment