jitsi / jigasi

Jigasi: a server-side application acting as a gateway to Jitsi Meet conferences. Currently allows regular SIP clients to join meetings and provides transcription capabilities.
Apache License 2.0
515 stars 291 forks source link

Getting Transcription in the form of JSON object #492

Closed sanhitapatil closed 10 months ago

sanhitapatil commented 10 months ago

I am receiving transcription data in the form of JSON objects like this Sanhita:"{“partial” : “”,text:“”}" Sanhita:"{“partial” : “”,text:“”}" Sanhita:"{“partial” : “”,text:“”}" Screenshot from 2023-08-17 17-33-48

could you tell me where I am going wrong and why it is showing like this ?

damencho commented 10 months ago

@charles-zablit @88fingerslukee @nshmyrev any idea? Do you reproduce this?

charles-zablit commented 10 months ago

Yes, this was reported on the forums. There was an attempt at fixing the issue in this PR.

sanhitapatil commented 10 months ago

How can I implement it when I am working on jigasi and jitsi-meet packages and not on source code ?

charles-zablit commented 10 months ago

I don't think you have another choice but to build from source.

sanhitapatil commented 10 months ago

Could you share any tutorial or steps to integrate jitsi-meet and jigasi ? Because I am following repos for integration but facing lots of problems .Is there any fine documentation for integration ?

charles-zablit commented 10 months ago

Could you share any tutorial or steps to integrate jitsi-meet and jigasi ?

I don't have any sorry, when I was trying to set it up, we used the docker images and made the changes we needed to make it work.