I'm using the latest version of AppWarp for iOS. When creating a new room I'm getting RESULT_SIZE_ERROR in the ZoneListener response (onCreateRoomDone)
Here is the code which works for me in WP8 and Android:
NSString *uuid = [[NSUUID UUID] UUIDString];
[[WarpClient getInstance] createTurnRoomWithRoomName:uuid roomOwner:[[GlobalContext getInstance] GetUniqueUsername] properties:nil maxUsers:2 turnExpiresIn:45];
Can anyone help?
Thanks,
Noam