Ankit Kargathra
Ankit Kargathra

Reputation: 309

Audio call error in quickblox

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

Answers (1)

Ankit Kargathra
Ankit Kargathra

Reputation: 309

problame is solve by this framework.

"QB-SDK" = "iOS 2.3.0.1";

Upvotes: 2

Related Questions