on Result
abstract fun onResult(isMuted: Boolean, description: String?, startAt: Long, endAt: Long, remainingDuration: Long, e: SendbirdException?)
A callback for when my muted information is got.
Since
3.0.79
Parameters
is Muted
IsMuted
description
Description
start At
Timestamp when the mute started (ms)
end At
Timestamp when the mute will end (ms)
remaining Duration
Remaining duration (ms)
e
null
if no error.