mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 23:28:09 +00:00
refactor code
This commit is contained in:
parent
4ba2aa8af0
commit
0a0ff95237
1 changed files with 1 additions and 1 deletions
|
|
@ -322,8 +322,8 @@ void LocalConferenceEventHandlerPrivate::notifyResponseCb (const LinphoneEvent *
|
|||
|
||||
string LocalConferenceEventHandlerPrivate::createNotify (ConferenceType confInfo, int notifyId, bool isFullState) {
|
||||
confInfo.setVersion(notifyId == -1 ? ++lastNotify : static_cast<unsigned int>(notifyId));
|
||||
|
||||
confInfo.setState(isFullState ? StateType::full : StateType::partial);
|
||||
|
||||
if (!confInfo.getConferenceDescription()) {
|
||||
ConferenceDescriptionType description = ConferenceDescriptionType();
|
||||
confInfo.setConferenceDescription(description);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue