YouTubeStandalonePlayer.createVideoIntent( activity, getString(R.string.places_api_key), videoCode, 0, true, false ).let { startActivity(it) }
This is stopped working. It shows an error while playing the video.
YouTubeStandalonePlayer.createVideoIntent( activity, getString(R.string.places_api_key), videoCode, 0, true, false ).let { startActivity(it) }
This is stopped working. It shows an error while playing the video.