Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Unable to leave Conference Client in iOS.

K__Srujan
Beginner
269 Views

Hi Team,

When in MCU Conference if we switch network from WiFi to Mobile data, and try to Leave the Conference Client using below

conferenceClient.leaveWith(onSuccess: {

}) { (errorObj) in

 }}

The Completion handler block is not calling thus leaving the app in Background Thread


Help us resolve the above scenario?

 

Configuration:
1. Environment- iOS.
 2. SDK- CS_WebRTC_Client_SDK_iOS.v4.1

Thanks,

Srujan K

0 Kudos
3 Replies
K__Srujan
Beginner
269 Views

Hi Team,

Waiting for your response!

Thank you.

Srujan K

YanbinZ_Intel
Employee
269 Views

Hi, Srujan K

 Please call Leave interface after phone re-connected to Mobile data.  It may need waiting for a while depended on different network environment and phone hardware .

 

Thanks

Yanbin

Lai__Jing
Beginner
269 Views

Hi Team,

we are using 4.1.1.  We also have same problem that after iOS phone re-connected to Mobile data, call leaveWith interface, but callback handler cannot be called, even waiting for long time without response. 

When the issue happen, if we don't care the callback handler, and go ahead to try next join room and publish attempt, we found that publish interface cannot have callback handler return.  

How to resolve this issue?

@Srujan K have you ever fix this issue?

 

Reply