onResult

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

isMuted

IsMuted

description

Description

startAt

Timestamp when the mute started (ms)

endAt

Timestamp when the mute will end (ms)

remainingDuration

Remaining duration (ms)

e

null if no error.