Closed neilyoung closed 8 months ago
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.
yepp, I have that token too, but where to provide that?
I believe he forgot to provide me the certificate...
if you are talking about this demo, you will need the project appid, app certificate and configure them in left menu top item.
you are right.
OK, thanks. Got that working. Found, that I had an own account with you. Took the settings from there - works.
Thanks
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?
Here a video showing the behaviour:
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...
But looks like I don't need that userId at all (for the moment)
uid is required to be numbers. if you don't enter it, a random one will be used.
I'm opening a new issue. The regexp is behaving nuts.
Oh, yes, shame on me... Sorry.
Got some credentials from a colleague, trusted them :)
Create Client. OK Join Channel brings this: