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

ICSSignalingChannelProtocol for ICSConferenceClient in iOS

krishna__venkata
Beginner
232 Views

Hello Team, 

How we get know when one user is left from one to one video calling using MCU?

Presently ICSRemoteStreamDelegate func streamDidEnd(_ stream: ICSRemoteStream)  callback is calling but not accurate even single user in the call also getting two ICSRemoteStream objects. 

As we check with Android Framework, we have ICSConferenceParticipant Observer is available using SignallingChannel  for participant state changes, how we can achieve it in iOS .

 

Any help will be appreciated.

Thanks.

0 Kudos
2 Replies
Jianjun_Z_Intel
Employee
232 Views

Hi krishna,

ICSConferenceParticipantDelegate is not implemented yet. However, streamDidEnd should be called when a remote stream is ended.

0 Kudos
krishna__venkata
Beginner
232 Views

Hello Jianjun,

Thanks for your response, streamDidEnd  is called but its not accurate. If the conference contains single participant, then also we are getting two participants from the conference information. 

0 Kudos
Reply