We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many thanks for this helpful and clearly written demo repo! 💯🥇
When using Typescript I'm seeing the following error:
Property 'localParticipant' is private and only accessible within class 'Stage'.ts(2341)
localParticipant, which is a private member of Stage, is being accessed in hello-world/client/src/app/utils/mediaDevices.js on line 52.
localParticipant
Stage
hello-world/client/src/app/utils/mediaDevices.js
amazon-ivs-realtime-web-demo-reactjs/hello-world/client/src/app/utils/mediaDevices.js
Line 52 in fc9d9ce
src/stage/v2/stage.d.ts
/** * A class impementing the Stages SDK */ export declare class Stage extends TypedEmitter<StageEventMap> { // ... private localParticipant?; // ... }
Is there a planned change to the amazon-ivs-web-broadcast API, or a suggested workaround?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Many thanks for this helpful and clearly written demo repo! 💯🥇
When using Typescript I'm seeing the following error:
localParticipant
, which is a private member ofStage
, is being accessed inhello-world/client/src/app/utils/mediaDevices.js
on line 52.amazon-ivs-realtime-web-demo-reactjs/hello-world/client/src/app/utils/mediaDevices.js
Line 52 in fc9d9ce
src/stage/v2/stage.d.ts
Is there a planned change to the amazon-ivs-web-broadcast API, or a suggested workaround?
The text was updated successfully, but these errors were encountered: