createJsonEmbedUrl
fun createJsonEmbedUrl(baseUrl: String, appIndicator: String, appId: String, contentIndicator: String? = null, contentId: String? = null): String
Create a json embed URL
baseUrl: the base URL, e.g. "https://demo.bbvms.com"
appIndicator: the application indicator, e.g. "p" for player
appId: the application config id, e.g. the playout code
contentIndicator: the content indicator (optional), e.g. "c" for clip
contentId: the content id, e.g. "7654321"
Return
the json embed URL
Parameters
baseUrl
the base URL, e.g. "https://demo.bbvms.com"
appIndicator
the application indicator, e.g. "sh" for shorts experience
appId
the application config id, e.g. the shorts experience id
contentIndicator
the content indicator (optional), e.g. "l" for list
contentId
the content id, e.g. "7654321"