]> git.0d.be Git - empathy.git/blob - help/C/video-call.page
debug-window: fix messages array leak
[empathy.git] / help / C / video-call.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       xmlns:e="http://projectmallard.org/experimental/"
3       type="topic" style="task"
4       id="video-call">
5
6   <info>
7     <link type="guide" xref="index#audio-video"/>
8     <link type="seealso" xref="audio-video"/>
9     <link type="seealso" xref="audio-call"/>
10     <desc>
11       Start a video conversation with one of your contacts.
12     </desc>
13     <revision pkgversion="2.28" version="0.1" date="2009-08-02" status="stub"/>
14     <revision pkgversion="2.28" version="0.2" date="2009-08-14" status="review">
15       <!--
16       <e:review by="shaunm@gnome.org" date="2009-09-04" status="done"/>
17       -->
18     </revision>
19     <revision pkgversion="2.30" version="0.3" date="2010-02-14" status="review"/>
20     <revision pkgversion="3.2" version="0.4" date="2011-12-18" status="review"/>
21     <credit type="author">
22       <name>Milo Casagrande</name>
23       <email>milo@ubuntu.com</email>
24     </credit>
25     <license>
26       <p>Creative Commons Share Alike 3.0</p>
27     </license>
28   </info>
29   <title>Start a video conversation</title>
30
31   <p>If you have a webcam, you can call your contacts and have a video
32   conversation with them. This feature only works with certain types of
33   accounts, and it requires the other person to have an application that
34   supports video calls.</p>
35
36   <steps>
37     <item>
38       <p>From the <gui>Contact List</gui> window, click the
39       <media type="image" mime="image/png" src="figures/camera-web.png">video call</media>
40       icon next to the name of the contact you wish to call and choose <gui style="menuitem">Video Call</gui>.
41       </p>
42     </item>
43     <item>
44       <p>A new window will open. When the connection is established, you will
45       see <gui>Connected</gui> at the bottom of the window, along with the
46       total conversation time.</p>
47     </item>
48     <item>
49       <p>
50         To end the conversation, click on <gui style="button">Hang up</gui>.
51       </p>
52     </item>
53   </steps>
54   <note style="tip">
55     <p>
56       To turn a video conversation into an audio conversation, choose
57       <guiseq><gui style="menu">Video</gui><gui style="menuitem">Video Off</gui></guiseq>.
58     </p>
59   </note>
60   <section id="video-meta-contact">
61     <title>Start a video conversation with a meta-contact</title>
62     <steps>
63       <item>
64         <p>
65           From the <gui>Contact List</gui> window, right-click on the meta-contact.
66         </p>
67       </item>
68       <item>
69         <p>
70           Select the contact you want to have the conversation, and from the menu
71           select <gui style="menuitem">Video Call</gui>.
72         </p>
73       </item>
74     </steps>
75     <note style="tip">
76       <p>
77         To recognize if a contact is a <em>meta-contact</em>, move your mouse on
78         a contact in the <gui>Contact List</gui> window, and stop over it for a
79         second: a small pop-up message will appear showing the number of the
80         contacts that form the meta-contact.
81       </p>
82     </note>
83   </section>
84 </page>