agence104 / livekit-server-sdk-php

PHP Server SDK to LiveKit
Apache License 2.0
47 stars 18 forks source link

No access to file results from EgressInfo -> getFileResults() #22

Open rykkers opened 4 months ago

rykkers commented 4 months ago

Looking to read the filename from EgressInfo.

getFile() - has the info i need, but i see is deprecated

getFileResults() - always returns empty

protected field "result" also has what i need, but when i try to access with "getResult()" i only receive the string "file".

Is there something i'm missing here? Or is getFileResults() not working as it's supposed to?