Hi Team, I am sending the text through sendText, and the backend is receiving the text, but room.registerTextStreamHandler is not being triggered in react native.
room.registerTextStreamHandler(
'lk.transcription',
async (reader, participantInfo) => {
const message = await reader.readAll();
console.log(
New chat message from ${participantInfo.identity}: ${message}
,
);
},
);
t
tall-airline-16756
05/12/2025, 4:01 PM
Thanks for reaching out, Usman. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
tall-airline-16756
05/12/2025, 4:01 PM
I'm sorry, but I don't have the information you need at the moment. If you would like a member of the LiveKit team to respond, please ask your question in one of the other channels.