Reputation: 309
i am facing this type of error. plz help me.
self.users = [ConnectionManager.instance usersWithIDS:self.session.opponents];
//Start call
NSDictionary *userInfo = @{@"newcall" : @"newcall"};
[self.session startCall:userInfo];
i m getting this error after startcall method.
[QBChat sendHeadlineMessageWithCustomParameters:toID:]: unrecognized selector sent to instance 0x7fe322dbc350'
Upvotes: 2
Views: 121
Reputation: 309
problame is solve by this framework.
"QB-SDK" = "iOS 2.3.0.1";
Upvotes: 2