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
3a77cec8
Commit
3a77cec8
authored
1 month ago
by
Andrea Gianarda
Browse files
Options
Download
Patches
Plain Diff
Test usage of CCMP user ID setting in the account
parent
4a3375e6
release/5.4
feature/conference_availability_5_4
fix/basic_chat_room_gruu
fix/opengl_54
fix/optimize_conference_reinvite
fix/regex_crash
fix/swift_wrapper_maybenil_in_setters_bug_5_4
hotfix/use-negotiated-extension-ids
5.4.9
5.4.8
5.4.7
5.4.6
5.4.5
5.4.4
5.4.3
5.4.2
5.4.1
1 merge request
!3468
Test usage of CCMP user ID setting in the account
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
include/linphone/api/c-account-params.h
+7
-0
include/linphone/api/c-account-params.h
include/linphone/api/c-participant-info.h
+6
-0
include/linphone/api/c-participant-info.h
src/account/account-params.cpp
+16
-5
src/account/account-params.cpp
src/account/account-params.h
+2
-0
src/account/account-params.h
src/c-wrapper/api/c-account-params.cpp
+5
-1
src/c-wrapper/api/c-account-params.cpp
src/c-wrapper/api/c-participant-info.cpp
+5
-2
src/c-wrapper/api/c-participant-info.cpp
src/conference/ccmp-conference-scheduler.cpp
+36
-1
src/conference/ccmp-conference-scheduler.cpp
src/conference/conference-scheduler.cpp
+5
-1
src/conference/conference-scheduler.cpp
src/conference/conference-scheduler.h
+1
-0
src/conference/conference-scheduler.h
src/conference/participant-info.cpp
+15
-0
src/conference/participant-info.cpp
src/conference/participant-info.h
+3
-0
src/conference/participant-info.h
tester/audio_video_conference_tester.c
+32
-12
tester/audio_video_conference_tester.c
with
133 additions
and
22 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