toggleHand abstract method
- ChatId chatId,
- ChatCallDeviceId deviceId,
- bool raised
Raises/lowers a hand of the authenticated MyUser in the specified ChatCall.
Implementation
Future<void> toggleHand(
ChatId chatId,
ChatCallDeviceId deviceId,
bool raised,
);