By Guest on Wednesday, 23 September 2020
Posted in General
Replies 1
Likes 0
Views 2.1K
Votes 0
Hello Sir/Madam,

I am working on project in Delphi 10.2 in which we have a following requirements we need to make a video call on click of a button from existing Delphi application.
We would also like to save the chats and also any file transferred if any during the call.

Is websocket the right Component to look at based on the requirements?

We tried downloading trial version for sgcWebSockets_D10_2 and we were not able to install it. Its giving error when installing which says "File not found: ..\Source\sgcJSON.pas"

Could you please guide us on this?
Hello,

Yes, you can build your own VideoCall server using WebRTC, there are some demos which show this: WebRTC and AppRTC demos.
Trial version doesn't include sources, but includes compiled files, those are located inside libD10_2 folder. If you open sgcWebSockets package and try to modify some properties of it, Delphi delete some compiler defines, so better download again the trial and follow these instructions:

https://www.esegece.com/help/sgcWebSockets/#t=Install%2FInstall_Package.htm

Kind regards,
Sergio
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post