Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
9c1e5d38
Commit
9c1e5d38
authored
6 years ago
by
Ronan
Browse files
Options
Download
Patches
Plain Diff
feat(core): rename ChatRoomId to ConferenceId
parent
ba72e9a6
1 merge request
!55
Fix/use conference id instead of chat room
Changes
54
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
coreapi/callbacks.c
+7
-7
coreapi/callbacks.c
coreapi/chat.c
+5
-5
coreapi/chat.c
coreapi/linphonecore.c
+2
-2
coreapi/linphonecore.c
coreapi/tester_utils.cpp
+2
-2
coreapi/tester_utils.cpp
src/CMakeLists.txt
+10
-10
src/CMakeLists.txt
src/c-wrapper/api/c-event-log.cpp
+3
-3
src/c-wrapper/api/c-event-log.cpp
src/chat/chat-message/chat-message-p.h
+4
-4
src/chat/chat-message/chat-message-p.h
src/chat/chat-message/chat-message.cpp
+6
-6
src/chat/chat-message/chat-message.cpp
src/chat/chat-room/abstract-chat-room.h
+2
-2
src/chat/chat-room/abstract-chat-room.h
src/chat/chat-room/basic-chat-room.cpp
+4
-4
src/chat/chat-room/basic-chat-room.cpp
src/chat/chat-room/basic-chat-room.h
+2
-2
src/chat/chat-room/basic-chat-room.h
src/chat/chat-room/basic-to-client-group-chat-room.cpp
+1
-1
src/chat/chat-room/basic-to-client-group-chat-room.cpp
src/chat/chat-room/chat-room-p.h
+2
-2
src/chat/chat-room/chat-room-p.h
src/chat/chat-room/chat-room.cpp
+20
-20
src/chat/chat-room/chat-room.cpp
src/chat/chat-room/chat-room.h
+2
-2
src/chat/chat-room/chat-room.h
src/chat/chat-room/client-group-chat-room.cpp
+13
-12
src/chat/chat-room/client-group-chat-room.cpp
src/chat/chat-room/client-group-chat-room.h
+1
-1
src/chat/chat-room/client-group-chat-room.h
src/chat/chat-room/proxy-chat-room.cpp
+4
-4
src/chat/chat-room/proxy-chat-room.cpp
src/chat/chat-room/proxy-chat-room.h
+1
-1
src/chat/chat-room/proxy-chat-room.h
src/chat/chat-room/real-time-text-chat-room.cpp
+2
-2
src/chat/chat-room/real-time-text-chat-room.cpp
with
93 additions
and
92 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets