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

Option to join/start call as voice only #2044

Closed
IQ2022 opened this issue Jan 26, 2016 · 16 comments
Closed

Option to join/start call as voice only #2044

IQ2022 opened this issue Jan 26, 2016 · 16 comments

Comments

@IQ2022
Copy link

IQ2022 commented Jan 26, 2016

1- Not sure what is the future enhancement for the UI for the voice and VIDEO/Screen Share. People don't know how to find it or even operate it. - Also stop Button doesn't work to end chat on both ends.

2- Can we have the voice chat button added next to the audio recording? or even replace it or drop down? to select option.?Sometimes people just want to discuss voice vs typing. if its an issue we can dedicate a channel on the left. - we shouldn't forget the option to mute - in case someone wants to talk forever :).. or limit this to certain channels..

i know this was mentioned before, but lets consider use of Jitsi for the video share capability it has hangout features + Many thanks
https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md

😄

@valessiobrito
Copy link

Lib JS SIP - http://jssip.net/

@giray
Copy link

giray commented Apr 20, 2016

👍

@Sing-Li
Copy link
Member

Sing-Li commented Jun 9, 2016

New solution testing this week.

On https://demo.rocket.chat

When you are in a Direct Message or Private Group. You will notice a new video button on the toolbar , just click it anytime to start a video conference with all those in the room

@compuguy
Copy link

compuguy commented Jun 9, 2016

@Sing-Li this new solution, I'm guessing we would have to run a jitsi-meet server as well (plus configure rocketchat to open a conference)?

@designgurudotorg
Copy link
Contributor

Ref: RocketChat/feature-requests#736 (I'm suggesting we look at an integration with TokBox)

@compuguy
Copy link

compuguy commented Mar 4, 2017

@designgurudotorg If TokBox requires connecting to a remote server or service, that is a no go for a lot of corporations. That and that that service is useless on a airgapped network as well.

@geekgonecrazy geekgonecrazy changed the title Voice Chat & WebRTC UI Join as voice only or start voice Chat Jul 11, 2019
@engelgabriel engelgabriel changed the title Join as voice only or start voice Chat Option to join/start call as voice only Jul 11, 2019
@engelgabriel engelgabriel added this to the 1.6.0 milestone Jul 11, 2019
@engelgabriel
Copy link
Member

Screenshot 2019-07-11 at 15 46 18

We should change "Video Chat" to "Video Call" and "Voice Call"

@geekgonecrazy
Copy link
Contributor

For who ever works on this. The jitsi query string to start the the call audio only is: https://meet.jit.si/{ID}#config.startAudioOnly=false

config.startWithAudioMuted and config.startWithVideoMuted for audio and video respectively when joining

@Tom5421
Copy link

Tom5421 commented Oct 26, 2019

Do we have anymore updates on this functionality?
(Starting Audio or video calls separately)

@engelgabriel engelgabriel modified the milestones: 2.2.0, 4.1.0 Mar 17, 2020
@melroy89
Copy link

So Jitsi can already support audio calls only? .. why not implement a second button with the additional startAudioOnly=true parameter added to the Jitsi URL?

@aminvakil
Copy link

My Jitsi server is using jwt authentication method and it's been set on rocketchat which is working well.

For who ever works on this. The jitsi query string to start the the call audio only is: https://meet.jit.si/{ID}#config.startAudioOnly=false

config.startWithAudioMuted and config.startWithVideoMuted for audio and video respectively when joining

But when I add /{ID}#config.startAudioOnly=false to my domain, it starts asking username password.

I suppose it doesn't work with jwt(?).

Any ideas how to work it out with jwt authentication?

@fthiery
Copy link
Contributor

fthiery commented Jun 18, 2020

My goal is to startAudioOnly all calls on rocketchat globally (by default). I i tried to set this up into the rocketchat jitsi settings (without any jwt) and it cannot find any way to have the #config.startAudioOnly=false as trailing argument, rocketchat always appends the random id...

Capture d’écran de 2020-06-18 16-31-59

Capture d’écran de 2020-06-18 16-36-10

Is that even doable right now ?

@fthiery
Copy link
Contributor

fthiery commented Jun 18, 2020

Tried all combinations but i think it's not possible in the current state. I think that a "Custom suffix" field would do the trick and would allow for passing custom jitsi options simply.

@fthiery
Copy link
Contributor

fthiery commented Jun 18, 2020

Indeed:

room: rcSettings.get('Jitsi_URL_Room_Prefix') + rcSettings.get('uniqueID') + rid,

@fthiery
Copy link
Contributor

fthiery commented Jul 1, 2020

FYI the latest release -3.4) should make this possible now. Just set #config.startAudioOnly=false to the newly added Jitsi room suffix.

I think this ticket can be closed

@hugocostadev
Copy link
Contributor

Hi there, thanks for the contribution! 🚀 💯

Sorry, this error does not happen on the latest and maintained releases.

Rocket.Chat  provides support for, at least, 3 months for each release and 6 months to the latest releases of each major version

I would suggest you update your Rocket.Chat version to the latest stable version, which you can find in Releases Page and, check it HERE the table with versions and End of Life dates.


Questions? Help needed? Feature Requests?

  • Join our Open Server in the #support channel and feel free to raise a question
  • Join our Community Forum and search/create a post there

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

No branches or pull requests