Then how about:
disabled
: boolean
- set to true
if the RTPEngine was disabled by an RPC callactive
: boolean
- set to true
if the module is actively using this RTPEngine (i.e. the internal rn_disabled
flag is set to 0). This will be always set to false
if disabled
is set to true
.recheck_ticks
: number
- ticks (seconds?) for the next recheck if the RTPEngine is both not active and not disabled, otherwise 0—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.