Waheed KhAn

Results 22 comments of Waheed KhAn

What happened @datechies I am running this library on Android 10 working fine but below Android 10 my ffmpeg commands are not executing

MY Balloon Content look like this val builder = rememberBalloonBuilder { setArrowSize(10) setArrowPosition(0.5f) setArrowPositionRules(ArrowPositionRules.ALIGN_ANCHOR) setWidth(BalloonSizeSpec.WRAP) setHeight(BalloonSizeSpec.WRAP) setPadding(12) setMarginHorizontal(12) setCornerRadius(8f) setIsVisibleOverlay(true) setBackgroundColorResource(R.color.white) setOverlayColorResource(R.color.app_secondary) setBalloonAnimation(BalloonAnimation.ELASTIC) } Balloon( builder = builder, balloonContent =...

@Vincent-Wu-Studio can you please provide redirect url implementation facing same issue on 2.1.1 ("Someting went wrong,please try later")

We have upload everything even app is in review on stagging but still facing that issue. On Mon, 22 Apr 2024, 8:04 am Vincent Wu, ***@***.***> wrote: > @Vincent-Wu-Studio can...

Are you still using Snapchat Login Kit? On Mon, 22 Apr 2024, 11:19 am Vincent Wu, ***@***.***> wrote: > @waheedkhan-dev my redirect url is > just a normal scheme uri...

@waseemabbas8 could you please provide any dummy redirect URL. i am not clear about the redirect url. Enter the parts of your redirect url below e.g., if your redirect url...

Ok let me check On Sun, 16 Jun 2024, 10:31 am Jaewoong Eum, ***@***.***> wrote: > Hey guys, balloon 1.6.5 has been released. Would you please check it out >...

In my case it's called PJSIP_INV_STATE_DISCONNECTED

can you share your code of call hang up?

Try this to hangup the call var prm = sipController.getCallOptionalParameter() prm.statusCode = pjsip_status_code.PJSIP_SC_DECLINE sipController.getCurrentCall().hangup(prm)