Embbnux Ji
Embbnux Ji
Got this error after delete extension from DevHub as @gapan . Any update about this?
After using different applications.gecko.id, it is fixed
Controller: ``` const locals = { component1: await renderToString(), component2: await renderToString() } await ctx.render('home/index', locals); ``` View: ``` #articles !=component1 #articles1 !=component1 ``` JS: ``` ReactDOM.render( , document.getElementById('articles') );...
hi, @bwmtx currently it only supports a client for a server. It can be an improvement to support multiple clients. Do you have any suggestions about how to distribute request...
Thanks @bwmtx I will check that
Thanks @calebbergman It is a good point. Added this feat into backlog. For now, you can have a direct message when you click user name or avatar in a Glip...
hi @himanshutecstub, you can try [the popup feature](https://github.com/ringcentral/ringcentral-embeddable/blob/master/docs/popup-window.md). As the widget is a web page, everything will be destroyed by Browser when user close or refresh page. We can only...
yeah, it is by design now. Currently app will end the call if user open the popup window. We are still finding some way to improve it
Related https://developer.apple.com/forums/thread/689293
It is a known issue of unhold api https://developers.ringcentral.com/api-reference/Call-Control/unholdCallParty Need to wait it to be fixed.