grp_lock property

Pointer<pj_grp_lock_t> grp_lock
getter/setter pair

Group lock.

This is optional, but if this port is registered to the audio/video conference bridge, the bridge will create one if the port has none.

Implementation

external ffi.Pointer<pj_grp_lock_t> grp_lock;