Search Unity

Audio audio stops/doesnt work on android when using screen capture intent

Discussion in 'Audio & Video' started by zakpacha, Jun 24, 2019.

  1. zakpacha

    zakpacha

    Joined:
    Nov 28, 2016
    Posts:
    12
    As the title says, my audio sources stop/dont work on android when using screen capture intent:

    I'm using this in my native library:
    Code (JavaScript):
    1. startActivityForResult(this.mProjectionManager.createScreenCaptureIntent(), 200);