server icon indicating copy to clipboard operation
server copied to clipboard

ONPREM-448: Adjust LiveEntry::getStreamName() to use a switch statement based on the value of $liveBackend

Open navarro967 opened this issue 8 months ago • 5 comments

This pull request adjusts the LiveEntry::getStreamName() method to use a switch statement based on the value of the $liveBackend variable. This allows for different behavior depending on the value of $liveBackend, specifically for the LIVE_BACKEND_WOWZA and LIVE_BACKEND_LIVE_NG cases. This change improves the flexibility and maintainability of the code.

navarro967 avatar Jun 14 '24 19:06 navarro967