Skip to content

Commit

Permalink
Improve documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
strangesource committed Jul 2, 2024
1 parent 8e39ebe commit 9a52f65
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import kotlinx.coroutines.runBlocking
import kotlin.coroutines.resume
import kotlin.coroutines.suspendCoroutine

const val BITMOVIN_PLAYER_LICENSE_KEY = "YOUR_LICENSE_KEY"
const val CONVIVA_CUSTOMER_KEY = "YOUR-CUSTOMER-KEY"
const val CONVIVA_GATEWAY_URL = "YOUR-GATEWAY-URL"
const val BITMOVIN_PLAYER_LICENSE_KEY = "C2CE60F9-FE5B-4026-94CA-E93B6EF6C5B8"
const val CONVIVA_CUSTOMER_KEY = "a5cb138e8a15e5032a6a7d0533a6019ef9375726"
const val CONVIVA_GATEWAY_URL = "https://irdeto-test.testonly.conviva.com"


/**
Expand Down

0 comments on commit 9a52f65

Please sign in to comment.