I'm developing a YouTube live streaming feature for an Android app, but I'm having trouble figuring out how to let the app select any channel as the streaming destination for an account that has multiple channels.
I know how to get a token using OAuth on the web as a workaround, but I wonder if it is possible to do the same thing using the API for Java("com.google.apis:google-api-services-youtube:v3").
If anyone knows how to do this, please give me some advice.