Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

Missing Active Speaker/ onActiveAudioInputChange in iOS

K__Srujan
Beginner
372 Views

Hi Team,

In the below configuration, how to know active speaker while in conference in iOS SDK?

Since, in Android we have onActiveAudioInputChange observer/ Delegate method in RemoteMixedStreamObserver. In iOS we are unable to find any method related to Active speaker in ICSRemoteMixedStreamDelegate and ICSRemoteStreamDelegate.

Help us how to achieve the above case?

 

Configuration:

1. Environment - iOS.

 2. SDK - CS_WebRTC_Client_SDK_iOS.v4.1

 

 

Thanks,

Srujan K.

0 Kudos
4 Replies
K__Srujan
Beginner
372 Views

Hi Team,

Any update would be appreciated?

0 Kudos
K__Srujan
Beginner
372 Views

Hi Team,

Waiting for your response.

Thank you.

0 Kudos
YanbinZ_Intel
Employee
372 Views

Hi,Srujan K.

We already add this feature in To-Do list, please follow up our GitHub code repository and get latest state .

0 Kudos
Jeremy_Jiang
Beginner
372 Views

Check out latest source code of  https://github.com/open-webrtc-toolkit/owt-client-native, build iOS SDK by yourself, you could find activeAudioInput

in OWTRemoteMixedStream.h 

OWTRemoteMixedStreamDelegate

- (void)streamDidChangeActiveInput:(NSString*)activeAudioInputStreamId;

0 Kudos
Reply