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

Subscriber Video Enabling Problem #185

Closed cemkazim closed 1 year ago

cemkazim commented 1 year ago

When we activate the video after starting the conversation by enabling only the audio stream without enabling the video, the subscriberView doesn't appear on the iOS app. But when we go background and foreground just once, the video has appeared on the view.

If subscriber video opens, we want to see it in view.

iOS SDK version: 2.24.0 OS and version: 16.0

david-wisq commented 1 year ago

@pardel @abdulajet just adding more information on this.

We're having the same issue with the latest SDK version (2.24.1). We do receive the call to OTSubscriberKitDelegate subscriberVideoEnabled(_:reason:) but the view is black.

Do we have an ETA or workaround for this issue?

iOS version: 16.2

v-kpheng commented 1 year ago

Is this still reproducible on the latest version of the SDK, 2.25.3?