mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
dialer: cleanup the capabilities not supported by this dialer
This commit is contained in:
parent
b0a1d2029a
commit
8f7db8a915
1 changed files with 0 additions and 4 deletions
|
|
@ -32,16 +32,12 @@ static inline Tp::AbstractClientHandler::Capabilities capabilities()
|
|||
|
||||
//we support both audio and video in calls
|
||||
caps.setToken(TP_QT_IFACE_CHANNEL_TYPE_CALL + QLatin1String("/audio"));
|
||||
// caps.setToken(TP_QT_IFACE_CHANNEL_TYPE_CALL + QLatin1String("/video"));
|
||||
|
||||
//transport methods - farstream supports them all
|
||||
caps.setToken(TP_QT_IFACE_CHANNEL_TYPE_CALL + QLatin1String("/ice"));
|
||||
caps.setToken(TP_QT_IFACE_CHANNEL_TYPE_CALL + QLatin1String("/gtalk-p2p"));
|
||||
caps.setToken(TP_QT_IFACE_CHANNEL_TYPE_CALL + QLatin1String("/shm"));
|
||||
|
||||
//significant codecs
|
||||
caps.setToken(TP_QT_IFACE_CHANNEL_TYPE_CALL + QLatin1String("/video/h264"));
|
||||
|
||||
return caps;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue