initializeLiveSession
abstract fun initializeLiveSession(initializationCompletedHandler: (result: Result<SessionDetails, Error>) -> Unit)
Handles Yospace Live Session initialization logic.
Parameters
initializationCompletedHandler
the handler of the Live session initialization Result. If the Result.Success is returned then the value contains a playback URL for the Yospace Live Session, otherwise Result.Failure with Error is returned.
The playback URL for the Live Yospace session is created when the session is successfully initialized hence the value can only be returned through initializationCompletedHandler call in asynchronous way.