simonc9999

Results 1 issues of simonc9999

I'm setting the authorization header with the following code and then attemping to play the audio file. CrossMediaManager.Current.RequestHeaders["Authorization"] = $"Bearer {authToken}"; await CrossMediaManager.Current.Play(fileUrl); When I examine the HTTP traffic in...

bug