Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

CreateSessionOptions definition is missing onError & onConnect & options #194

Open
kanayo opened this issue May 12, 2021 · 1 comment
Open

Comments

@kanayo
Copy link

kanayo commented May 12, 2021

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?: (streams: Stream[]) => void; }

@derochedesign
Copy link

Having this issue also.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants