iOS SDK 2.5.2:FPWCSApi2RoomManager.h has wrong interface

ett

Member
In WCS-iOS-SDK-2.5.2/Headers/FPWCSApi2RoomManager.h
Objective-C:
// Wrong
- (FPWCSApi2Room *)on:(kFPWCSRoomManagerEvent)event
             callback:(RoomManagerEventCallback)callback;

// It should be
- (FPWCSApi2RoomManager *)on:(kFPWCSRoomManagerEvent)event
             callback:(RoomManagerEventCallback)callback;
 

Max

Administrator
Staff member
Good day.
Thank you for noticing that, we raised internal ticket WCS-2656 to fix it.
There are now much more priority tasks, so this typo can be fixed manually while building IOS SDK applications.
 

Max

Administrator
Staff member
Good day.
We fixed this typo in iOS SDK build 2.6.4. Please update and check. Please also read here about iOS SDK version differences.
 
Top