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

trying to follow steps for creating my own extension #2

Open
rush86999 opened this issue Apr 15, 2019 · 0 comments
Open

trying to follow steps for creating my own extension #2

rush86999 opened this issue Apr 15, 2019 · 0 comments

Comments

@rush86999
Copy link

So I followed the instructions and I am trying to get this work in my testing environment. I have forked a copy of openvidu-react and used the following code:

  joinSession() {
      this.OV = new OpenVidu();
      this.OV.setAdvancedConfiguration( { screenShareChromeExtension: "https://chrome.google.com/webstore/detail/not_relevant/akflaefcmhfnjnjadoebldoiakffdfdb" } );
    this.setState(
          {
              session: this.OV.initSession(),
          },
          () => {
              this.subscribeToStreamCreated();

              this.connectToSession();
          },
      );
  }

the steps mention to use the above procedure for testing purposes but it does not work. In openvidu-react the only place a new openvidu is called in that function. I believe this corresponds to calling openvidu-browser.

Any help is appreciated as it keeps telling me to install the openvidu chrome extension from the webstore.

In content_scripts of manifest.json I have included:

"http://localhost:3000/*"
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

1 participant