CreateSessionOptions definition is missing onError & onConnect & options
Opened this issue · 1 comments
kanayo commented
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 commented
Having this issue also.