Tyler Liu
Tyler Liu
mermaid has no problem with webpack: https://github.com/knsv/mermaid/issues/277#issuecomment-306017563
Go to this page and search for 4390: https://github.com/ringcentral/ringcentral-api-docs/blob/master/docs/team-messaging/manual/local-bots.md
Any updates? Is an enterprise edition org required instead? **Update**:I still have the issue, but it seems that the phone is working. So maybe we can simply ignore this issue.
I was stuck on this two months ago. I did lots of investigation and it turned out it's pretty easy to start from scratch (without this library). Here is a...
I am having the same issue.
The online package doesn't have this issue. https://login.salesforce.com/packaging/installPackage.apexp?p0=04t41000000bSXh So maybe we can compare the source code and figure it out.
I wrote a simple tutorial for salesforce open cti: https://github.com/ringcentral/ringcentral-web-widget/issues/7 It takes RingCentral as vendor. By following the tutorial, you can get a demo app up and running in 10...
I implemented my project using `werift-rtp` only. I manually implemented the SIP/SDP/RTP communication part. For those who are interested, please check https://github.com/ringcentral/ringcentral-softphone-ts In my project, the ssrc value doesn't matter...
Suggested change: ``` function ipAddressFromSdp(sdp: string) { const m = sdp.match(/^IN (IP4|IP6) ([^ ]+)$/); if (!m) return undefined; return m[2]; } ``` Or ``` function ipAddressFromSdp(sdp: string) { const m...
Check the dev branch of this project. Now we support Swift Package Manager which is the "official" package manager.