loadProject

fun loadProject(projectId: String, autoPlay: Boolean = true)

Deprecated

Use loadWithContentIdAndType

Replace with

loadWithContentIdAndType(projectId, "project", autoPlay)