opentok / opentok-react-native

OpenTok React Native - a library for OpenTok iOS and Android SDKs
https://tokbox.com/
MIT License
210 stars 155 forks source link

proxyUrl is not available in typescript type OTSessionSessionOptions #626

Closed pietgk closed 1 year ago

pietgk commented 1 year ago

The OTSessionSessionOptions in @types/index.d.ts does not include proxyUrl OTSessionManager.swift and .java use it: settings.proxyURL = Utils.sanitizeStringProperty(sessionOptions["proxyUrl"] as Any); final String proxyUrl = sessionOptions.getString("proxyUrl");

i will create a PR to add proxyUrl to the OTSessionSessionOptions type to index.d.ts.