queue_request property

  1. @Int()
int queue_request
getter/setter pair

Specify whether the client publication session should queue the PUBLISH request should there be another PUBLISH transaction still pending. If this is set to false, the client will return error on the PUBLISH request if there is another PUBLISH transaction still in progress.

Default: PJSIP_PUBLISHC_QUEUE_REQUEST

Implementation

@pj_bool_t()
external int queue_request;