Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
S
SPA
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 3
    • Merge Requests 3
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • Confidential and Proprietary
  • NYNJA
  • SPA
  • Wiki
  • Voximplant FAQs

Voximplant FAQs · Changes

Page history
Added basic information from voximplant evangelist authored Jun 23, 2017 by Artem Rudniev's avatar Artem Rudniev
Show whitespace changes
Inline Side-by-side
Showing with 23 additions and 1 deletion
+23 -1
  • Voximplant-FAQs.md Voximplant-FAQs.md +23 -1
  • No files found.
Voximplant-FAQs.md
View page @ c4e9c679
Post all the questions here. Post all the questions here.
Answers will be delivered here to update FAQ. Answers will be delivered here to update FAQ.
Q: Why the application can have only 1000 users?
A: This is a safety limit. Just drop an email to support@voximplant.com and specify a new one that will guard you from accidentally creating millions of users. We can set any reasonable number.
Q: 1-on-1 voice and video calls (iOS/Android-to-iOS/Android, iOS/Android-to-web) - via Internet
A: For each user of your platform you create a Voximplant user via HTTP API. While calling from application or web you send additional information as custom data. This information is used by your cloud JavaScript scenario to call correct user.
Q: Group voice and video calls (iOS/Android-to-iOS/Android, iOS/Android-to-web) - via Internet
A: Group voice calls up to 100 users are implemented via our Conference feature, see http://voximplant.com/docs/howto/#conferencing for details. You use “callConference” from the individual user’s cloud JavaScript scenario to direct all users into single conference scenario. In that scenario you create a single mixer object via “createConference” and user “sendMediaBetween” so users can hear each other with any additional logic you need (like switching the “microphone”). We do not support server-based video conferencing yet, you need to user peer-to-peer for video conferencing: http://voximplant.com/blog/video-conferencing/
Q: Add/remove participants (both for 1-on1 and group voice and vied calls) - via Internet
A: You can send custom messages from web/mobile SDK into JavaScript scenario. And inside the JavaScript scenario you can hang up calls, call more users etc.
Q: Switch to voice call from video call and switch back from voice to video - via Internet
A: This is done by starting/stopping sending video from corresponding SDK client, ex http://voximplant.com/docs/references/websdk/classes/call.html#sendvideo
Q: Switch from video call to mobile network and switch back.
A: From cloud JavaScript scenario use “callPSTN” or “callUser” within existing call and change media connections so audio/video is now communicated with PSTN/VoIP.
Q: Switch from mobile-mobile network voice call to Internet-Internet voice/video call (both 1-on-1 and group)
A: Same as above.
Clone repository
  • FAQs
  • Home
  • Voximplant FAQs