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

Unable to get client's self information when join a room IOS v4.0.1

Le__Samuel
Beginner
453 Views

Hi there!

We are using v4.0.1 and client IOS.

When a client joins a room, we expect to get its own client information located in info.myself :

[_conferenceClient joinWithToken:token onSuccess:^(ICSConferenceInfo* info)

{ dispatch_async(dispatch_get_main_queue(), ^{ if([info.remoteStreams count]>0){

NSLog(@"info : %@", info.myself);

Unfortunally, we have gotten infor.myself as a nil value, any help?

Thanks in advance!

 

 

0 Kudos
2 Replies
YanbinZ_Intel
Employee
453 Views

This is known issue for 4.0 version.  Please try 4.1 version .

Thanks

Yanbin

0 Kudos
Le__Samuel
Beginner
453 Views

I have solved the problem by switching to 4.1 version, thanks a lot!

0 Kudos
Reply