initialize

Initializes the MillicastSDK. This call is mandatory for the SDK to perform any meaningful operation.

Samples

import com.millicast.Core
fun main() { 
   //sampleStart 
   Core.initialize()
// from there, the publisher instance will be available 
   //sampleEnd
}