stopLocalTrackOnUnpublish property

bool stopLocalTrackOnUnpublish
final

Set this to false in case you would like to stop the track yourself. If you set this to false, make sure you call Track.stop. Defaults to true.

Implementation

final bool stopLocalTrackOnUnpublish;