WebexEventPayload
public struct WebexEventPayload
The payload of the event.
Since
2.3.0-
Returns the identifier of the user that caused the event to be sent. For example, for a messsage received event, the author of the message will be the actor. For a membership deleted event, the actor is the person who removed the user from space.
Declaration
Swift
public let actorId: String?