Closed GoogleCodeExporter closed 9 years ago
Yes, the MUC is available in libjingle 0.5.1.
If you run "./call", you will see there are commands for MUC:
join [room]
invite user [room]
The bot is a simple implementation of XMPP which automatically echoes back
every message with an identical message. This type of contacts are typically
called Bots.
Original comment by jun...@google.com
on 22 Nov 2010 at 7:58
Ya i can see the comands Join and invite but when i type only join then it
enters in a predefined room "private-chat-<GUID>@groupchat.google.com". when i
send the invite using "invite user GUID" then it throws "Not in room GUID". Why
this error when i already joined the room??
One more thing if invited then will sending message will be same as send a chat
"send jid msg"??
Original comment by satya.bh...@gmail.com
on 23 Nov 2010 at 2:36
Unfortunately that I've just confirmed with our Engineer team that this feature
currently does not work. I've file an internal ticket for tracking this issue.
I'll update once it gets fixed.
Original comment by jun...@google.com
on 23 Nov 2010 at 5:15
Issue 90 has been merged into this issue.
Original comment by jun...@google.com
on 23 Nov 2010 at 5:19
thank you for your prompt reply.
Original comment by satya.bh...@gmail.com
on 23 Nov 2010 at 7:49
Altough there is options regarding MUC in the call example I couldn't use it.
How it supposed to work? And it seems that there is a lot of code in libjingle
to deals with video calls in a MUC (video conference). Does libjingle intend to
support this in a near future? This would be great (but even Gtalk only
supports chat inside a MUC). Thanks.
Original comment by diego.cd...@gmail.com
on 18 May 2011 at 6:28
Download the latest libjingle from the Source location. The MUC support should
be available in this build.
If you know the MUC-jid, you can use "join" and "vcall" command.
If it's a new meeting, or you only know the meeting name, then use "ljoin" and
"vcall".
"ljoin" takes "meeting name", "full qualified meeting name".
Original comment by jun...@google.com
on 20 May 2011 at 10:43
how send msg in muc
Original comment by triaphoo
on 17 Nov 2011 at 12:26
Example on Windows (Change call.exe to call if on other platforms):
call.exe -d
--videoinput=..\..\..\session\phone\testdata\h264-svc-99-640x360.rtpdump
--voiceinput=..\..\..\session\phone\testdata\voice.rtpdump
--videooutput=vout.rtpdump --voiceoutput=aout.rtpdump
After signed in, type in the following command:
ljoin <meeting name string>
vcall
Original comment by jun...@google.com
on 17 Nov 2011 at 5:16
Original issue reported on code.google.com by
satya.bh...@gmail.com
on 22 Nov 2010 at 12:57