ConnectionCapability Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ConnectionCapability
type ConnectionCapability =
- Inheritance
-
ConnectionCapability
Fields
AddParticipant | 67108864 | |
CannotDowngradeVideoToAudio | 8388608 | |
CanPauseVideo | 1048576 | |
CanPullCall | 16777216 | |
CanSendResponseViaConnection | 4194304 | |
CanUpgradeToVideo | 524288 | |
DisconnectFromConference | 8192 | |
Hold | 1 | |
ManageConference | 128 | |
MergeConference | 4 | |
Mute | 64 | |
RemotePartySupportsRtt | 536870912 | |
RespondViaText | 32 | |
SeparateFromConference | 4096 | |
SupportDeflect | 33554432 | |
SupportHold | 2 | |
SupportsVtLocalBidirectional | 768 | |
SupportsVtLocalRx | 256 | |
SupportsVtLocalTx | 512 | |
SupportsVtRemoteBidirectional | 3072 | |
SupportsVtRemoteRx | 1024 | |
SupportsVtRemoteTx | 2048 | |
SwapConference | 8 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.