Tien Haï N

Results 3 comments of Tien Haï N

@nikolay-atanasov Hello, I get your epub file example. First your epub is not epubcheck, tags "dc:title" and "dc:language" are missing. But you are right Readium should not crash. @danielweck Hello,...

``` private fun testCall(phoneNumber: String){ try{ SipServiceCommand.makeCall(this, mAccountId, phoneNumber, false, false, false) } catch (e:Exception){ e.printStackTrace() Toast.makeText(this, "Account error", Toast.LENGTH_SHORT).show() } } private fun testHangUpCall(){ Log.i("MainActivity", "hangUpCall => mAccountId: $mAccountId,...

Hi, Is not my problem, when i'm hang up the call, no problem DISCONNECTED was called ``` Try this to hangup the call var prm = sipController.getCallOptionalParameter() prm.statusCode = pjsip_status_code.PJSIP_SC_DECLINE...