Class CapabilitiesCallFeature
- Object
-
- CallFeature
-
- CapabilitiesCallFeature
-
public final class CapabilitiesCallFeature extends CallFeature
Capability call feature
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOnCapabilitiesChangedListener(CapabilitiesChangedListener listener)
Adds the specified listener to receive OnCapabilitiesChanged events.List<ParticipantCapability>
getCapabilities()
List of all capabilitesvoid
removeOnCapabilitiesChangedListener(CapabilitiesChangedListener listener)
Removes the specified listener to receive OnCapabilitiesChanged events.-
Methods inherited from class CallFeature
finalize, getName
-
-
-
-
Method Detail
-
getCapabilities
public List<ParticipantCapability> getCapabilities()
List of all capabilites
-
addOnCapabilitiesChangedListener
public void addOnCapabilitiesChangedListener(CapabilitiesChangedListener listener)
Adds the specified listener to receive OnCapabilitiesChanged events.
-
removeOnCapabilitiesChangedListener
public void removeOnCapabilitiesChangedListener(CapabilitiesChangedListener listener)
Removes the specified listener to receive OnCapabilitiesChanged events.
-
-