cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
540
Views
0
Helpful
1
Replies

jabber guest ending a call while its connecting

we have an issue where we may want to end a call before its fully connected if the customer selects the incorrect link in the ios app say they needed department 1 but pushed department 2 button. we have found that the app errors out when we attempt to send this code:

Here is the relevant code, the code that causes the crash (in this code

self.call is a CJGuestCall object):

- (void)progressHUDTapAction: (id)sender

{

  if (self.call.callState == GuestCallStateConnecting) {

            [self.call endCall];

            [self setCallCanceled:YES];

         }

}

thank you for all your assistance

1 Reply 1

this was fixed in sdk 10.5.3.748 thank you