sendGift

abstract fun sendGift(giftID: String, count: Int, completion: CompletionHandler?)

Send a specified gift to the current room

Parameters

giftID

Unique identifier ID of the gift to send

count

Number of gifts to send at once

completion

Completion callback (success/failure status)