lowerHand

abstract suspend fun lowerHand(roomId: String, userId: String): RainbowResult<Unit>

Lower a hand in the conference. Only organizers are authorized to lower the hand of someone else but everyone can lower his own hand.

Return

RainbowResult Callback

Parameters

roomId

String the room id

userId

String the user id whose hand should be lowered