twilio / audioswitch

An Android audio management library for real-time communication apps.
Apache License 2.0
160 stars 49 forks source link

Remove index.html with resource replacement #139

Closed ocarevs closed 1 year ago

ocarevs commented 1 year ago

Description

Remove index.html with resource replacement. Dokka should generate all necessary files for documentation. index.html file in gradle task is copied and overwrites the dokka generated index.html file; and points to audioswitch/index.html which does not exist. This causes documentation link issues in github pages.

Breakdown

Validation

Additional Notes

[Any additional comments, notes, or information relevant to reviewers.]

Submission Checklist

afalls-twilio commented 1 year ago

good work!, Two things... 1) I'm still not seeing the docs at https://twilio.github.io/audioswitch/ 2) What is going on with the integration tests, I know you had just fixed it, now its failing again.

ocarevs commented 1 year ago

Here is the PR for the docs issue - https://github.com/twilio/audioswitch/pull/141 I've updated the list of FTL devices for the test runs looks like one of the Pixel devices has some issues.