-
Notifications
You must be signed in to change notification settings - Fork 2
AdvisorRole
Ajša Terko edited this page Jul 23, 2025
·
1 revision
extends Role
Creates a new instance of AdvisorRole.
-
advise: String - Array of call IDs advised by this participant.
-
AdvisorRole- A new instance ofAdvisorRole
let role = AdvisorRole(["sample-call-id"])
os_log("Role type is: %@, this participant is advising: %@", role.type.rawValue, role.advise.joined(separator: ", "))