- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Tags:
- HTML5
- JavaScript*
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is known issue for 4.0 version. Please try 4.1 version .
Thanks
Yanbin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have solved the problem by switching to 4.1 version, thanks a lot!
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page