supports_audio_video_call
Description:
Return whether audio/video calls can be established, for instance by calling
AccountChannelRequest.audio_video_call, followed by
set_target_id with handle_type
.
To check whether requests using
set_target_contact would work, set handle_type
to
CONTACT.
Parameters:
this |
a Capabilities object |
handle_type |
the handle type of the call; CONTACT for private, ROOM or NONE for conference (depending on the protocol) |
Returns:
|