Kanayo Software, Inc.
Kanayo Software, Inc.
On Android set the tint color based on control state.
Getting this warning in the browser console in development: react_devtools_backend.js:2557 Warning: Legacy context API has been detected within a strict-mode tree. The old API will be supported in all 16.x...
createSession function: `export default function createSession({ apiKey, sessionId, token, onStreamsUpdated, onConnect, onError, options, } = {})` CreateSessionOptions from types: `export interface CreateSessionOptions { apiKey: string; sessionId: string; token: string; onStreamsUpdated?:...