Yonglong

Results 12 comments of Yonglong

Thanks Colin. Reachability doesn't work in my case. For example, there are two WIFI networks, I close the WIFI my iPhone is connecting to(note: don't switch in iPhone,instead close the...

I installed 4.2.0, it works well

> ZFPlayer/AVPlayer 这个播放器没这个问题 你是更新版本了吗? 我就用的这个播放器也有同样的问题啊

> 可以通过在playerPrepareToPlay回调中重新设置为静音解决。 self.videoPlayer.playerPrepareToPlay = ^(id _Nonnull asset, NSURL * _Nonnull assetURL) { playerManager.volume = 0; playerManager.muted = YES; }; 不work

Are you using [our example project](https://github.com/webex/webex-ios-sdk-example)? @harshTechEfficio

or you can try to change swift version of SDK.

@harshTechEfficio Can you match your project setting with example project setting? I think `WebexSDK` is fine, may be due to project setting.