onValueChanged

abstract fun onValueChanged(newValue: String, updatedBy: Participant)

Called every time the observed key's value changes.

Parameters

newValue

The new string value.

updatedBy

The participant who made the change.