toggleHand abstract method

Future<void> toggleHand(
  1. ChatId chatId,
  2. ChatCallDeviceId deviceId,
  3. bool raised
)

Raises/lowers a hand of the authenticated MyUser in the specified ChatCall.

Implementation

Future<void> toggleHand(
  ChatId chatId,
  ChatCallDeviceId deviceId,
  bool raised,
);