/AWS1/CL_WKRCALLINGSETTINGS¶
Defines the calling feature permissions and settings for users in a security group, controlling what types of calls users can initiate and participate in.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_canstart11call TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Specifies whether users can start one-to-one calls.
iv_canvideocall TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
Specifies whether users can make video calls (as opposed to audio-only calls). Valid only when audio call(canStart11Call) is enabled.
iv_forcetcpcall TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN¶
When enabled, forces all calls to use TCP protocol instead of UDP for network traversal.
Queryable Attributes¶
canStart11Call¶
Specifies whether users can start one-to-one calls.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANSTART11CALL() |
Getter for CANSTART11CALL, with configurable default |
ASK_CANSTART11CALL() |
Getter for CANSTART11CALL w/ exceptions if field has no valu |
HAS_CANSTART11CALL() |
Determine if CANSTART11CALL has a value |
canVideoCall¶
Specifies whether users can make video calls (as opposed to audio-only calls). Valid only when audio call(canStart11Call) is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANVIDEOCALL() |
Getter for CANVIDEOCALL, with configurable default |
ASK_CANVIDEOCALL() |
Getter for CANVIDEOCALL w/ exceptions if field has no value |
HAS_CANVIDEOCALL() |
Determine if CANVIDEOCALL has a value |
forceTcpCall¶
When enabled, forces all calls to use TCP protocol instead of UDP for network traversal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORCETCPCALL() |
Getter for FORCETCPCALL, with configurable default |
ASK_FORCETCPCALL() |
Getter for FORCETCPCALL w/ exceptions if field has no value |
HAS_FORCETCPCALL() |
Determine if FORCETCPCALL has a value |