소스 검색

关闭视频

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);