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

View File

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

View File

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