Discussions

Ask a Question

Microphone lock

Hello, I would like to know if with the API I can implement a functionality that allows the host to block all the microphones of the participants and that they cannot deactivate them unless the host allows it? how can I do it?
ANSWERED

Jitsi implimentation

Hello community! I'm trying to implement P2P connection with "Jitsi as service" inside my app. I created new account, generated new API key and "jwt" according this tutorial "https://developer.8x8.com/docs/jaas-onboarding#whitelisting-jaas-ip-ranges-and-domains", and looks like everising should work, but when I sent link with meeting to another laptop and try to connect, connection drop down (you can see it in added pictures). If I understand right, I need to provide second part with a valid token signed by me to the second part, but I have no idea how to manage it. Maybe there is some tutorial or anything else?

Jitsy implications

Hello community! I'm trying to implement P2P connection with "Jitsy as service" insidy my app. I created new account, generated new API key and "jwt" according this tutorial "https://developer.8x8.com/docs/jaas-onboarding#whitelisting-jaas-ip-ranges-and-domains", and looks like everising should work, but when I sent link with meeting to another laptop and try to connect, connection drop down (you can see it in added pictures). If I understand right, I need to provide second part with a valid token signed by me to the second part, but I have no idea how to manage it. Maybe there is some tutorial or anything else?

Abstimmungen

Wann werden bei Jitsi Abstimmungen, z.B. bei Vereinssitzungen, also überall wo etwas abgestimmt wird, endlich eingebaut. Bei dem Konkurrenten Bigbluebutton.org ist das schon vorgesehen und funktioniert. Wenn Jitsi mithalten will muss das schnellstens umgesetzt werden. Um JItsi weiterhin kostenlos anbieten zu könn,en könnte man z.B. Werbung zwischendurch einblenden
ANSWERED

Issues sending and retrieving messages

Having some trouble with sending and retrieving messages. First example I try to send a message to a room previously created called "API Test Room". Here's what I see: curl --request POST \ --url https://api.8x8.com/chat/api/chat/v1/messages/ \ --header 'accept: */*' \ --header 'content-type: application/json' \ --header 'x-api-key: my-API-key-was-here' \ --data '{"messageRaw":"test 123","room":"API Test Room"}' Error received: "timestamp":"2020-08-06T05:35:39.689+0000" "status":404 "error":"Not Found" "message":"Room name not available" "path":"/api/chat/v1/messages/"' Second example with getting messages from a room: curl --request GET \ --url 'https://api.8x8.com/chat/api/chat/v1/messages?pageSize=30&room=API%20Test%20Room&ts=0' \ --header 'accept: */*' \ --header 'x-api-key: my-API-key-was-here' "timestamp":"2020-08-06T05:36:15.400+0000" "status":404 "error":"Not Found" "message":"Room name not available" "path":"/api/chat/v1/messages" Am I missing something here? Thanks for the help.
ANSWERED

What does ts mean in the context of fetching messages?

I am trying to fetch messages from the Beer Yoga chat room which is public. Setting the ts value does not produce the intended response. What does ts stand for and how does it affect the response?
ANSWERED

Can we change the 8x8 app name?

Hello, We successfully integrated the jaas service in our services but we saw that the app name "8x8" is hardcoded. We tried changing this using `interface_config.js` but it does not work. This is an issue when users are asked to give permission to their camera and microphone, it says `8X8 needs to use your microphone and camera` We should be able to change this so it matches the rest of the branding. Thanks, Andrei
ANSWERED

Will there be more APIs released?

Will there be additional APIs in the future? If so, when?