sendLike

abstract fun sendLike(count: Int = 1, completion: CompletionHandler?)

Send likes to the current room. All users who have subscribed to like events will receive this like notification.

Parameters

count

Like count, default is 1

completion

Completion callback (success/failure status)