webex / webex-ios-sdk

iOS SDK for Webex
https://developer.webex.com/docs/sdks/ios
Other
25 stars 25 forks source link

Active speaker detection broken for grouped call. #70

Closed EvgeniyGT closed 3 years ago

EvgeniyGT commented 3 years ago

Environment:

iOS 14.0.1 Webex SDK: 2.6.0

Preconditions: Grouped call with User A, B, C

MediaChangedEvent.activeSpeakerChangedEvent never posting. As a result, isActiveSpeaker in CallMembership object always false for each call participant. Everything working fine in the previous WebexSDK version

For debugging you can check this function inside WebexSDK private func onMediaEngineDidActiveSpeakerChange(_ notification: Notification)

MrShiY commented 3 years ago

@EvgeniyGT can you collect logs from previous WebexSDK version you mentioned? thanks!

MrShiY commented 3 years ago

The issue has been fixed in GithubIssues branch, can you have a try? pod 'WebexSDK', :git => 'git@github.com:webex/webex-ios-sdk.git', :branch => 'GithubIssues'

EvgeniyGT commented 3 years ago

@MrShiY Thanks. The issue has been fixed.