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
88fb7651
Commit
88fb7651
authored
7 years ago
by
Ghislain MARY
Browse files
Options
Download
Patches
Plain Diff
Call now inherits from Conference instead of including it.
parent
8b695901
No related merge requests found
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
src/CMakeLists.txt
+6
-0
src/CMakeLists.txt
src/c-wrapper/api/c-call.cpp
+41
-20
src/c-wrapper/api/c-call.cpp
src/call/call-p.h
+4
-22
src/call/call-p.h
src/call/call.cpp
+41
-83
src/call/call.cpp
src/call/call.h
+5
-13
src/call/call.h
src/call/local-conference-call-p.h
+42
-0
src/call/local-conference-call-p.h
src/call/local-conference-call.cpp
+57
-0
src/call/local-conference-call.cpp
src/call/local-conference-call.h
+60
-0
src/call/local-conference-call.h
src/call/remote-conference-call-p.h
+42
-0
src/call/remote-conference-call-p.h
src/call/remote-conference-call.cpp
+57
-0
src/call/remote-conference-call.cpp
src/call/remote-conference-call.h
+55
-0
src/call/remote-conference-call.h
src/conference/participant.h
+4
-0
src/conference/participant.h
src/conference/session/media-session.cpp
+2
-2
src/conference/session/media-session.cpp
with
416 additions
and
140 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