localIsCoHost property

bool localIsCoHost

local user is co-host or not co-host have the same permissions as hosts if host is not exist

Implementation

bool get localIsCoHost => private.seatManager?.localIsCoHost ?? false;