create property

ZegoPIPExpressCreateConfig? create
getter/setter pair

Configuration for creating ZEGO Express engine.

If provided, zego_pip will internally create the express engine. If null, the client should create the express engine externally.

Implementation

ZegoPIPExpressCreateConfig? create;