opentok-ios-sdk-samples-swift icon indicating copy to clipboard operation
opentok-ios-sdk-samples-swift copied to clipboard

Publisher is not publishing for unknown reason

Open ShengJunDong89 opened this issue 4 years ago • 1 comments

This happens infrequently, maybe once every 10-20 sessions. When publishing, there's no callback on whether publish succeed or failed. When session is connected, the delegate callback sessionDidConnect(_ session: OTSession) is called. Once that happen, publish is called session.publish(publisher, error: &error). At this point there's no error, and the async delegate error handler func publisher(_ publisher: OTPublisherKit, didFailWithError error: OTError) is not called. There's no publisher stream created. Everything else works, such as subscribing to others streams.

ShengJunDong89 avatar Jun 08 '20 05:06 ShengJunDong89

i have got same issue any solution please

saikumar-zapoj avatar Jun 25 '20 07:06 saikumar-zapoj