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

iOS SDK [4.0.1] - Partcipant Join/Add Event

George__Nimi
Beginner
422 Views

Hi,

I am using Client iOS SDK v.4.0.1.

In JS SDK we have 'participantjoined' which triggers when a new participant joins the RTC conference room. Similar to this, I saw this
- (void) conferenceClient: (ICSConferenceClient *)  client didAddParticipant: (ICSConferenceParticipant *) user // Triggers when a user joined conference. But seems to be not triggered.

Am I missing something here? Please guide me.

Is there an event that is triggered when a participant leaves a room similar to 'left' event in JS SDK?

The v.4.1.1 documentation states 'Subscribing streams with audio/video only option is not supported' in the known issues list. Is this the case with version 4.0 as well. I want to give an option to the user to subscribe to audio alone.

Thanks.

0 Kudos
4 Replies
YanbinZ_Intel
Employee
422 Views
participantDidLeave added in latest code and audio/video only supported as well . Please use latest code at Github https://github.com/open-webrtc-toolkit/owt-client-native. 
0 Kudos
George__Nimi
Beginner
422 Views

Hi,

I have taken the latest code as mentioned and I am trying to build the same following the steps mentioned there. Meanwhile I have a doubt... I couldn't find any reference directly to this in the code I am using.

I am using the CS WebRTC Client SDK iOS.v4.0. I was working in reference to the conference sample provided. Where must this newly built (https://github.com/open-webrtc-toolkit/owt-client-native) owt native sdk be placed in reference to the sample code? 

Thanks.

0 Kudos
George__Nimi
Beginner
422 Views

Hi,

I was able to build the latest at GitHub(https://github.com/open-webrtc-toolkit/owt-client-native). In the out folder I see a OWT.framework and WebRTC.framework. When I checked OWT header files, I see similar functions as in ICS.framework header. Should I replace this ICS framework with OWT framework?

As said earlier, I am using CS WebRTC Client SDK iOS.v4.0. I was working in reference to the conference sample provided there. Should I replace ICS references with corresponding OWT ones to resolve the issue?

I am new to this.. So any help would be great. Please guide me. Thanks.

Nimi

0 Kudos
George__Nimi
Beginner
422 Views

Hi there,

Any update to this... Can you please give a reply? It would be really helpful for my project's advancement...

Thanks

Nimi

0 Kudos
Reply