differences between PUN and c++ sdk RoomOptions class

Hello everyone.
Is it possible to somehow set the DeleteNullProperties and cleanupCacheOnLeave PUN properties in the c ++ sdk RoomOptions class?
I did not find RoomOptionBit enum in c++ SDK and I do not understand what to do next.

Best Regards

Comments

  • Hi @SBelyaev.

    Setting these RoomOptions is not currently supported in the C++ Client.

    The Client always sends 'true' for 'cleanupCacheOnLeave'.

    'deleteNullProperties' is not set, so that the serverside default value of 'false' takes effect.