Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred while trying to request remote control permissions #37

Closed
Kishiko opened this issue Jul 17, 2018 · 4 comments
Closed

Comments

@Kishiko
Copy link

Kishiko commented Jul 17, 2018

On the PC where I want to have remote control access, I've installed the installer but when I click on "Remote Control" button, I'm facing with that message error when I try to use remote control feature.

image1

image2

Where can I set permissions?

@deleolajide
Copy link
Member

This error can occur if the data channel to Jitsi video-bridge is not connected on the remote client. This can be caused by having the P2P mode set to true or by something else. Look at your chrome console for errors.

@Kishiko
Copy link
Author

Kishiko commented Aug 10, 2018

I've tried setting/unsetting P2P mode but still the same error. Here is the logcat:

chrome.bundle.app.js:69298 [modules/remotecontrol/RemoteControlParticipant.js] <t.value>:  Failed to send EndpointMessage via the datachannels Error: Channel support is disabled!
    at t.value (chrome.lib.jitsi.meet.js:3449)
    at r.sendEndpointMessage (chrome.lib.jitsi.meet.js:10460)
    at Object.sendEndpointMessage (chrome.bundle.app.js:126014)
    at t.value (chrome.bundle.app.js:120362)
    at chrome.bundle.app.js:127545
    at new Promise (<anonymous>)
    at t.value (chrome.bundle.app.js:127529)
    at r._requestRemoteControlPermissions (chrome.bundle.app.js:118710)
    at t.value (chrome.bundle.app.js:119171)
    at Object.<anonymous> (chrome.bundle.app.js:55125)
    at Object.invokeGuardedCallback (chrome.bundle.app.js:55129)
    at Object.invokeGuardedCallbackAndCatchFirstError (chrome.bundle.app.js:55132)
    at u (chrome.bundle.app.js:52086)
    at d (chrome.bundle.app.js:52102)
    at p (chrome.bundle.app.js:52113)
    at c (chrome.bundle.app.js:52094)
    at m (chrome.bundle.app.js:52142)
    at v (chrome.bundle.app.js:52150)
    at Te (chrome.bundle.app.js:52674)
    at batchedUpdates (chrome.bundle.app.js:54515)
    at V (chrome.bundle.app.js:52331)
    at je (chrome.bundle.app.js:52708)
    at interactiveUpdates (chrome.bundle.app.js:54567)
    at Ne (chrome.bundle.app.js:52692)
n @ chrome.bundle.app.js:69298
chrome.bundle.app.js:69298 [modules/UI/videolayout/RemoteVideo.js] <>:  Error: Channel support is disabled!
    at t.value (chrome.lib.jitsi.meet.js:3449)
    at r.sendEndpointMessage (chrome.lib.jitsi.meet.js:10460)
    at Object.sendEndpointMessage (chrome.bundle.app.js:126014)
    at t.value (chrome.bundle.app.js:120362)
    at chrome.bundle.app.js:127545
    at new Promise (<anonymous>)
    at t.value (chrome.bundle.app.js:127529)
    at r._requestRemoteControlPermissions (chrome.bundle.app.js:118710)
    at t.value (chrome.bundle.app.js:119171)
    at Object.<anonymous> (chrome.bundle.app.js:55125)
    at Object.invokeGuardedCallback (chrome.bundle.app.js:55129)
    at Object.invokeGuardedCallbackAndCatchFirstError (chrome.bundle.app.js:55132)
    at u (chrome.bundle.app.js:52086)
    at d (chrome.bundle.app.js:52102)
    at p (chrome.bundle.app.js:52113)
    at c (chrome.bundle.app.js:52094)
    at m (chrome.bundle.app.js:52142)
    at v (chrome.bundle.app.js:52150)
    at Te (chrome.bundle.app.js:52674)
    at batchedUpdates (chrome.bundle.app.js:54515)
    at V (chrome.bundle.app.js:52331)
    at je (chrome.bundle.app.js:52708)
    at interactiveUpdates (chrome.bundle.app.js:54567)
    at Ne (chrome.bundle.app.js:52692)

@deleolajide
Copy link
Member

You have a WebRtc data channel error. The problem is probably in your openfire meetings network setup rather than Pade

@deleolajide
Copy link
Member

Retry with latest version and re-open if the issue persists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants