lock_codec property

  1. @UnsignedInt()
int lock_codec
getter/setter pair

If remote sends SDP answer containing more than one format or codec in the media line, send re-INVITE or UPDATE with just one codec to lock which codec to use.

Default: 1 (Yes). Set to zero to disable.

Implementation

@ffi.UnsignedInt()
external int lock_codec;