fukemy
fukemy
i got this problem when using lib, plz help 
hello, im working with authState and it's work as expected. Today i need to code login function using face detector, after login success, server return accesstoken dictionary, so i want...
Hi. Does your video support rtsp/rtmp type?
for example i have below string: `@[demo5](d3f0c3cd-f363-4303-8761-8e190f054be3) @[demo8](8dbafd40-b86f-490a-828d-d11dfe221b43) test` then ``` params.Msg.Text = replaceMentionValues(text, ({name}) => `@${name}`) ``` result: `@demo5 @[demo8](8dbafd40-b86f-490a-828d-d11dfe221b43) test`
hi, for example i have a string text: `@[demo5](d3f0c3cd-f363-4303-8761-8e190f054be3) want to talk with @[demo8](8dbafd40-b86f-490a-828d-d11dfe221b43)` now i want to extract into : ``` [ { name: 'demo5', id : 'd3f0c3cd-f363-4303-8761-8e190f054be3', },...
Hi, i have very long text, then it's cause app too laggy  as you can see, i typed too long text by pressing,...
hi, when touch and move outside of TouchableScale it's trigger 'onPressOut' function, i want to trigger onPressOut in onRelease finger, can u help?
Hi, i have a tableviewcontroller with 2 cell. it's only take about ~30% screen height, when using intrinsic the tableviewcontroller is show in full state, can u help my problem?...
Hi, can u explain more about AVPIPKitVideoController, im trying to implement webRTC call and startPIP, but the result is only white screen. My targetView is mainRemoteView( to display caller video)
hi. i have a videoplayer in PIPUsable, i want when enter PIP mode, the pip will cover the video, how can i do this? Thanks