admin管理员组文章数量:1353174
I am building VoIP Dialer using JitsiMeet in android Kotlin using the documentation :
You can check out my project files here:
I’ve divided my question into two parts:
Part 1:-
I have added the code for integrating JitsiMeet in the MainActivity.kt as shown in the documentation. After running the app, it works like the standard JitsiMeet app. However, I’m unsure how to turn this into a VoIP dialer that can make calls to phone numbers. What additional setup is needed? Is it possible to call others by creating a unique connection string based on their caller ID? Would this approach scale for thousands of users?
Part 2:-
I want to implement call recording feature in JitsiMeet. While there is an option already existing for the moderator to be able to start recording the meet, I want the call to automatically start recording as soon as the connection is established. How should I go about implementing this? Should I use MediaRecorder, or can I use the JitsiMeet APIs or modify the JitsiMeet SDK itself for this feature?
I found some resources of low level APIs of JitsiMeet: /
Thanks in advance. I'm a beginner and apologize if my questions are unclear.
本文标签: androidBuilding VoIP dialer using JitsiMeet and implementing call recording featureStack Overflow
版权声明:本文标题:android - Building VoIP dialer using JitsiMeet and implementing call recording feature - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743913489a2560818.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论