Giter Site home page Giter Site logo

Comments (13)

plutoless avatar plutoless commented on August 24, 2024

please read the docs to understand how to sign tokens when you join channel. you are trying to use appid only to join a channel for projects which has token on.

from api-examples-web.

neilyoung avatar neilyoung commented on August 24, 2024

yepp, I have that token too, but where to provide that?

from api-examples-web.

neilyoung avatar neilyoung commented on August 24, 2024

I believe he forgot to provide me the certificate...

from api-examples-web.

plutoless avatar plutoless commented on August 24, 2024

if you are talking about this demo, you will need the project appid, app certificate and configure them in left menu top item.

from api-examples-web.

plutoless avatar plutoless commented on August 24, 2024

you are right.

from api-examples-web.

neilyoung avatar neilyoung commented on August 24, 2024

OK, thanks. Got that working. Found, that I had an own account with you. Took the settings from there - works.

Thanks

from api-examples-web.

neilyoung avatar neilyoung commented on August 24, 2024

On additional question, if allowed: In order to subscribe to my own publication I need to provide a UserID. But for some reasons I'm not able to enter a userID for the publisher. The cursor weirdly jumps back to the beginning in the edit field. Any idea?

from api-examples-web.

neilyoung avatar neilyoung commented on August 24, 2024

Here a video showing the behaviour:

https://www.youtube.com/watch?v=nuE5k60gJv8

from api-examples-web.

neilyoung avatar neilyoung commented on August 24, 2024

OK, another issue here, but the reason for the jumpy behaviour of the userID input field is this regexp:

          <div>
              <input class="form-control" id="uid" class="form-control" type="text"
                onkeyup="this.value=this.value.replace(/[^0-9]/g,'')"
                onafterpaste="this.value=this.value.replace(/[^0-9]/g,'')" placeholder="Enter the user ID">
            </div>

Removed it all and now I can enter something. Wondering, should only effect numbers at the first glance, but I didn't enter numbers...

from api-examples-web.

neilyoung avatar neilyoung commented on August 24, 2024

But looks like I don't need that userId at all (for the moment)

from api-examples-web.

plutoless avatar plutoless commented on August 24, 2024

uid is required to be numbers. if you don't enter it, a random one will be used.

from api-examples-web.

neilyoung avatar neilyoung commented on August 24, 2024

I'm opening a new issue. The regexp is behaving nuts.

from api-examples-web.

neilyoung avatar neilyoung commented on August 24, 2024

Oh, yes, shame on me... Sorry.

from api-examples-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.