Vo IPFeature Changes
This class is used to represent changes to VoIP features.
Parameters
event Type
An annotated string value representing the type of VoIP feature being changed. The @VoIPFeatureEventType annotation is a string constant that defines possible values for VoIP features.
is Enable
A boolean value that indicates whether the feature is being enabled or disabled.
Types
Link copied to clipboard
data class AlwaysConnectedModeAllowedChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class BroadcastVideoFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class CallForwardingFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class CallForwardingSettingsModificationFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class CallOutFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class CallTransferFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class CellularFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class ChannelReachBackRequestFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class ConferenceCallFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class DenyToTransmitChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class FreeCallFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class LiveReplayFeatureAllowedChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class LiveReplayFeatureEnabledChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class MultipleChannelsFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class ReachBackRequestFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class VideoFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Link copied to clipboard
data class WalkiesTalkieFeatureChanges(val isEnable: Boolean) : VoIPFeatureChanges
Content copied to clipboard
Properties
Inherited properties
Inheritors
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard