diff options
Diffstat (limited to 'src/empathy-call-factory.c')
-rw-r--r-- | src/empathy-call-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index 1722b8697..8ae66812f 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.c @@ -105,7 +105,7 @@ empathy_call_factory_init (EmpathyCallFactory *obj) tp_base_client_add_handler_capabilities_varargs (client, "org.freedesktop.Telepathy.Channel.Type.Call1/audio", "org.freedesktop.Telepathy.Channel.Type.Call1/video", - "org.freedesktop.Telepathy.Channel.Type.Call1/ice-udp", + "org.freedesktop.Telepathy.Channel.Type.Call1/ice", "org.freedesktop.Telepathy.Channel.Type.Call1/gtalk-p2p", "org.freedesktop.Telepathy.Channel.Type.Call1/video/h264", NULL); |