# On_remarkCountDown
Description
The notification about the remaining time (specified in seconds) for an audio reply in a "role-based conference".
EventHandler<string> On_remarkCountDown
Response example
{
"event": "remarkCountDown",
"timeout": 4,
"confId": "00000351@some.server#vcs",
"method": "event"
}
Response Parameters
Name | Description |
---|---|
timeout | Audio remark countdown in seconds |
confId | Unique communication session identifier |
See also