vothin 1 рік тому
батько
коміт
ba0f1a14c2
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      jni/core/utilities.cpp

+ 1 - 1
jni/core/utilities.cpp

@@ -87,7 +87,7 @@ voip::Telephone* GetTelephone() {
 //  LOGD("user_agent: %s", conf.user_agent.c_str());
 #endif
   bool enable_video = StoragePreferences::getBool(SIP_ENABLE_VIDEO, false);
-  conf.auto_transmit_video_to_remote = enable_video;
+  conf.auto_transmit_video_to_remote = false;
   //单实例
   telephone = new voip::Telephone(conf);