Softphone, webphone and VoIP server Forum

HomeHomeDiscussionsDiscussionsMizu WebphoneMizu WebphoneWebphone Server-sideWebphone Server-side
Previous
 
Next
New Post
10/26/2022 4:05 PM
 

We are in the testing phase of the Webphone Javascript API in order to develop our own webphone.

We want to create API endpoints that will execute the functions of the JS API.

Can this API be used in the server side with NodeJS ? (without HTML)

Example:

Endpoint: Register

Route: https://ourdomain.com/api/register

Response: Registered

 

 
New Post
10/26/2022 9:26 PM
 
This is a client side library and can't be used on server side with NodeJS.

The main reason is that the webphone must have access to the client browser WebRTC stack and audio devices to be able to make VoIP calls.
 
New Post
10/27/2022 10:46 AM
 

Thanks for the reply, yes that's clear.
Is there another solution to develop an API ?

 
Previous
 
Next
HomeHomeDiscussionsDiscussionsMizu WebphoneMizu WebphoneWebphone Server-sideWebphone Server-side


You need to register / login to be able to post in the forum