question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

sending endpoint text message Error: Channel support is disabled

See original GitHub issue

This Issue tracker is only for reporting bugs and tracking code related issues.

I am attempting to send a message via Jitsi

Description

`var domain = ‘beta.meet.jit.si’ //‘meet.jit.si’ var options = { roomName: ‘fry_room’, width: 490, height: 470, parentNode: jitsi_id // document.querySelector(‘#meet’) } var api = new JitsiMeetExternalAPI(domain, options) function text_listener(data){ console.log("got text data: " + JSON.stringify(data)) } api.addEventListener(‘endpointTextMessageReceived’, text_listener); api.executeCommand(‘sendEndpointTextMessage’, api._myUserID, ‘programmatic text’);

Current behavior

Text does not show up in the local or remote gui but rather errors with: Logger.js:154 2020-04-11T17:53:23.026Z [modules/API/API.js] <Object.send-endpoint-text-message>: Failed sending endpoint text message Error: Channel support is disabled! at t.value (VM1479 lib-jitsi-meet.min.js:1) at oe.sendEndpointMessage (VM1479 lib-jitsi-meet.min.js:10) at Object.sendEndpointMessage (VM1480 app.bundle.min.js:126) at Object.send-endpoint-text-message (VM1480 app.bundle.min.js:126) at b.on (VM1480 app.bundle.min.js:126) at n.size.n.forEach.e (VM1480 app.bundle.min.js:29) at Set.forEach () at p.emit (VM1480 app.bundle.min.js:29) at p._onMessageReceived (VM1480 app.bundle.min.js:29) at postis.listen.e (VM1480 app.bundle.min.js:29) at u (VM1480 app.bundle.min.js:152)

Expected Behavior

Seeing the text in the GUI on both the sender and the reciever. Seeing my text_listener function called.

Possible Solution

See description, but I don’t really care if that’s the approach. Any way I can send a text message via Jitsi from one jitsi client to another, both “broadcase” to all participants, and to target it to one participant would be great.

Steps to reproduce

See description

Environment details

Mac OS, code in description evaled in Electron V4

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
globalexportcommented, Sep 1, 2020

Doesn’t work for me - same exception. I tried configOverwrite: { openBridgeChannel: 'datachannel' } (also tried passing ‘true’) and beta.meet.jit.si.

EDIT: works for me! - silly mistake 😉

Hi @wuttke! What was your mistake? Having the same problem right now.

1reaction
wuttkecommented, Jun 2, 2020

Doesn’t work for me - same exception. I tried configOverwrite: { openBridgeChannel: 'datachannel' } (also tried passing ‘true’) and beta.meet.jit.si.

EDIT: works for me! - silly mistake 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed sending endpoint text message Error: Channel support ...
Failed sending endpoint text message Error: Channel support is disabled! ... Hi, I'm having following error while trying to call executeCommand(' ...
Read more >
Messaging Endpoints - Spring
When connecting to one of Spring Integration's subscribable message channels, this simple option works great. However, when connecting to a ...
Read more >
Messages - Amazon Pinpoint - AWS Documentation
APNSMessage. Specifies the settings for a one-time message that's sent directly to an endpoint through the APNs (Apple Push Notification service) channel.
Read more >
Email non-delivery reports and SMTP errors in Exchange Online
Admins can learn about SMTP errors and non-delivery reports (also known as NDRs or bounce messages) that are generated in Exchange Online.
Read more >
Sending messages using Incoming Webhooks - Slack API
Handling errors · invalid_payload typically indicates that received request is malformed — perhaps the JSON is structured incorrectly, or the message text is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found