Aayush

Results 9 issues of Aayush

### Environment - **App version?** Version 1.2.0 (4) - **macOS version?** 11.0 Beta (20A4300b) ### Bug Information - **What are you trying to do?** Preview JS file, *doesn't work on...

bug

Personal note: Copy snippets from custom "poc" iOS app. (natak) This will require me to add additional dependencies especially those MILLIONS* of google auth libraries. *sigh* > Perhaps playing around...

enhancement

Video playing with [IINA plus](https://github.com/iina-plus/iina) looks very promising. I've hacked a quick play video with IINA toggle and it seems to be working well! ![CleanShot 2022-03-25 at 13 58 21@2x](https://user-images.githubusercontent.com/43297314/160176064-cf3f5204-129c-4d18-919a-300e84a99b75.png)...

enhancement

### Title: Request for watchOS Support in Swift SDK **Is your feature request related to a problem? Please describe.** Currently, the LiveKit Swift SDK does not offer support for watchOS....

enhancement

```txt ~/Desktop/xxxx/xxxx/xxx/xxxxx.swift:14:9: warning: Property 'index' is assigned, but never used ``` ```swift import Models import SwiftUI struct Item: Identifiable, Equatable { let id: UUID var data: SmolItem var index: Int...

needs investigation