speakerIds

@SerializedName(value = "speaker_ids")
var speakerIds: ArrayList<String>? = null

The list of users who were speaking at any point during the Space. This list contains all the users in invited_user_ids in addition to any user who requested to speak and was allowed via the Add speaker option.

e.g

"speaker_ids": ["2244994945","6253282"]

Expand User objects, understand engagement.