static bool isHost(String? metadata) { String role = getMetadataRole(metadata); return role == 'moderator'; }