static bool isCoHost(String? metadata) { String role = getMetadataRole(metadata); return role == 'cohost'; }