mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-04 19:21:58 +00:00
sync with change of property name to time_to_first_byte_ms (#394)
This commit is contained in:
@@ -266,7 +266,7 @@ export const Player = ({ call }: PlayerProps) => {
|
||||
const [ttsCache] = getSpanAttributeByName(s.attributes, "tts.cached");
|
||||
const [streamLatency] = getSpanAttributeByName(
|
||||
s.attributes,
|
||||
"tts_time_to_first_byte_ms"
|
||||
"time_to_first_byte_ms"
|
||||
);
|
||||
if (streamLatency && streamLatency.value.stringValue) {
|
||||
end = start + Number(streamLatency.value.stringValue) / 1_000;
|
||||
|
||||
Reference in New Issue
Block a user