Skip to content

Commit

Permalink
Merge pull request #8 from ciamj/master
Browse files Browse the repository at this point in the history
修改和windows端进行一对一视频呼叫时,windows端没有画面的bug
  • Loading branch information
elesos authored Jun 25, 2019
2 parents caa1ab4 + de1ba31 commit e990f79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified ios_demo/IMDemo/Lib/IFYunSDK/libstarRTC.a
Binary file not shown.
24 changes: 12 additions & 12 deletions ios_demo/IMDemo/Tool/AppConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ - (instancetype)initWithType:(IFServiceType)type

} else {
if (type == IFServiceTypePrivate) {
// _messageHost = @"129.204.145.78:19903";
// _chatHost = @"129.204.145.78:19906";
// _uploadHost = @"129.204.145.78:19931";
// _downloadHost = @"129.204.145.78:19928";
// _voipHost = @"129.204.145.78:10086";
// _uploadProxyHost = @"129.204.145.78:19932";
_messageHost = @"aisee.f3322.org:19903";
_chatHost = @"aisee.f3322.org:19906";
_uploadHost = @"aisee.f3322.org:19931";
_downloadHost = @"aisee.f3322.org:19928";
_voipHost = @"aisee.f3322.org:10086";
_uploadProxyHost = @"aisee.f3322.org:19932";
_messageHost = @"129.204.145.78:19903";
_chatHost = @"129.204.145.78:19906";
_uploadHost = @"129.204.145.78:19931";
_downloadHost = @"129.204.145.78:19928";
_voipHost = @"129.204.145.78:10086";
_uploadProxyHost = @"129.204.145.78:19932";
// _messageHost = @"aisee.f3322.org:19903";
// _chatHost = @"aisee.f3322.org:19906";
// _uploadHost = @"aisee.f3322.org:19931";
// _downloadHost = @"aisee.f3322.org:19928";
// _voipHost = @"aisee.f3322.org:10086";
// _uploadProxyHost = @"aisee.f3322.org:19932";
} else {
_messageHost = @"ips2.starrtc.com:9904";
_chatHost = @"ips2.starrtc.com:9907";
Expand Down

0 comments on commit e990f79

Please sign in to comment.