livekit / server-sdk-go

Client and server SDK for Golang
Apache License 2.0
213 stars 96 forks source link

SDK does not handle transcription packets / they never come through OnDataPacket #530

Open jezell opened 2 months ago

jezell commented 2 months ago

SDK is missing support for transcription packets in handleDataPacket

duongnv129 commented 3 days ago

I created PR for handling transcription event https://github.com/livekit/server-sdk-go/pull/571