opentok / opentok-ios-sdk-samples-swift

Sample applications using the OpenTok iOS SDK in Swift
https://tokbox.com/
MIT License
137 stars 65 forks source link

Latency of 10sec between the call of doPublish() and the call of session.publish() #186

Closed ClaireRimel closed 1 year ago

ClaireRimel commented 1 year ago

Xcode 14.0 OpenTok via CocoaPods, pod version 2.24.0 iOS SDK version 16.1

With this 2.24.0 version I observe a latency of 10sec between the call of doPublish() and the call of session.publish(publisher, error: &error) which make the view freezing during the 10sec. 2 4 0Version

On 2.23.1 version this latency was around 1-2 seconds 2 23 1Version

Here the Sample of my code code_sample

How is it possible to reduce this latency?

v-kpheng commented 1 year ago

Thanks, @ClaireRimel, for filing this issue.

We're tracking this internally: https://jira.vonage.com/browse/OPENTOK-49706.

beHaze commented 1 year ago

Will be available in 2.24.1 release.

ClaireRimel commented 1 year ago

Wonderful job !!! Thank you !!!

Screenshot 2022-12-20 at 16 55 37