load Player
fun loadPlayer(entryID: String, authorizationToken: String, onError: (PlayBackAPIError) -> Unit?): @Composable () -> Unit
Loads the player UI.
Return
Composable function to render the player UI.
Parameters
entry ID
The ID of the entry.
authorization Token
The authorization token.
on Error
Callback for handling errors. Default is null.