When i run mytoolkit after background audio player start is return "The SystemMediaTransportControls were initialized in a different mode. Please use the API associated with that mode to complete this operation" Exception.
var url = await MyToolkit.Multimedia.YouTube.GetVideoUriAsync(ID, MyToolkit.Multimedia.YouTubeQuality.Quality480P);
it works fine when background audio player not started. please help me i cant find where is the error, is there any solution for that...
In your code for background audio player use
instead of
Control. I think it will help for you..