event property

ZegoPIPExpressEvent? event
getter/setter pair

Express event callbacks

If the express engine is created externally, the client needs to actively listen to express events and forward these events to zego_pip, as the internal logic depends on these events.

Otherwise, zego_pip will internally listen to the corresponding events.

Implementation

ZegoPIPExpressEvent? event;