- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I set up the RTC server,using web and iOS app to join a conference,it going well in local network. but in public network,only the web can run normally, the IOS app can only see the local camera,can not show other people video.
i debug the code,
[_conferenceClient publish:_localStream onSuccess:^() {
dispatch_async(dispatch_get_main_queue(), ^{
NSLog(@"publish success!");
});
} onFailure:^(NSError* err) {
NSLog(@"publish failure!");
[self showMsg:[err localizedFailureReason]];
}];
this method not response anything,
also, i think the remoteview not attach success.
any suggest?
- Tags:
- HTML5
- JavaScript*
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Vincent,
Do you have any STUN/TURN setting for the iOS client?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have same problem?
How to setting stun/turn for ios?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
officesip server has turn server, you can try it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please go to https://software.intel.com/sites/products/documentation/webrtc/ios/interface_r_t_c_conference_client_configuration.html for the details.
Thanks!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page