1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-07-10 01:34:15 +00:00
This commit is contained in:
srgooglo 2022-05-10 20:45:15 +02:00
parent 65a5ecc3b6
commit df151c5a0a
2 changed files with 4 additions and 0 deletions
packages/streaming-server/src/lib
getStreamingKeyFromStreamPath
index.js

@ -0,0 +1,3 @@
export default function getStreamingKeyFromStreamPath(StreamPath) {
return StreamPath.split("/").pop()
}

@ -0,0 +1 @@
export { default as getStreamingKeyFromStreamPath } from "./getStreamingKeyFromStreamPath"