erichocean / libjingle

Automatically exported from code.google.com/p/libjingle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IS video conference possible through 0.5.8 version?

GoogleCodeExporter opened this issue · comments

Hi,

I joined the room using join friends@example.com(room Jid).
After that i tried vcall friends@example.com. But it says "could not find 
online friend". So i was wondering if the conference is to be made then i need 
to specify the room jid or something else or conference is not available?

Thanks

Original issue reported on code.google.com by satya.bh...@gmail.com on 12 Jul 2011 at 7:36

[deleted comment]
First, to join in a room with the room name (for example: mymucroom) you have 
to use the command ljoin, not join (friends@example.com is not a room jid and I 
don't know if an @ is permitted for a muc name). After this, you will receive 
the new room's jid (for example: 
muvc-private-chat-9999d010-e8e5-3382-80bf-74b468e18e40@groupchat.google.com). 
Finally you can use the command vcall <room-jid>
I made it all but I received the following message:

<jin:jingle action="session-terminate" sid="4049993556" 
xmlns:jin="urn:xmpp:jingle:1">
       <ses:reason xmlns:ses="http://www.google.com/session">
         <ses:incompatible-parameters/>
         <ses:text>
           Required to support video codec 99 H264-SVC: 640X360 at 30 fps
         </ses:text>
       </ses:reason>
       <pho:protocol-error xmlns:pho="http://www.google.com/session/phone"/>
     </jin:jingle>

I tried to add this codec in call_main.cpp and the the call seemed to work but 
no video was displayed on Gmail plugin (By the way, after I use the command 
invite <user> <room-jid> to invite other users, the muc created was showed in 
Gmail but it doesn't have an option to make video call to a muc so I believe it 
can't receive a muc call either). If you ask me, I would say that this option 
will be available after the Google+ project is 100% on because it can handle a 
videoconference (the hangout feature). The Gmail plugin can't.

ps: to see the stanzas pass the --d flag to call app.

Original comment by diego.cd...@gmail.com on 12 Jul 2011 at 7:18

This is a bug that will be fixed in the next release 0.6.1

Original comment by jun...@google.com on 4 Oct 2011 at 7:07

  • Changed state: Fixed