Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
a7378c4b
Commit
a7378c4b
authored
Jul 27, 2020
by
Sébastien Blin
Committed by
Adrien Béraud
Jul 27, 2020
Browse files
conference: avoid segmentation fault
Change-Id: I0de5e7483fd3fbef2dc767af1c44440f5cc33053
parent
650e633c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/conference.cpp
View file @
a7378c4b
...
...
@@ -84,6 +84,7 @@ Conference::add(const std::string &participant_id)
void
Conference
::
setActiveParticipant
(
const
std
::
string
&
participant_id
)
{
if
(
!
videoMixer_
)
return
;
for
(
const
auto
&
item
:
participants_
)
{
if
(
participant_id
==
item
)
{
if
(
auto
call
=
Manager
::
instance
().
callFactory
.
getCall
<
SIPCall
>
(
participant_id
))
{
...
...
Write
Preview
Supports
Markdown
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