Skip to content
Snippets Groups Projects
Commit 54f7a302 authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Kateryna Kostiuk
Browse files

multistream: add support to ios

GitLab: jami-client-ios#145
Change-Id: Ic4ae63ce2f1df1176c4a74339d1c3d82a9570ad5
parent 064efa90
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ Account::Account(const std::string& accountID)
, upnpEnabled_(true)
, localModeratorsEnabled_(true)
, allModeratorsEnabled_(true)
#if defined(__linux__) || defined(WIN32) || (defined(__APPLE__) && TARGET_OS_MAC)
#if defined(__linux__) || defined(WIN32) || defined(__APPLE__)
, multiStreamEnabled_(true)
#else
, multiStreamEnabled_(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment