Search code examples
iosquickblox

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'


Solution

  • problame is solve by this framework.

    "QB-SDK" = "iOS 2.3.0.1";