TUIVoiceRoomOverlay constructor
const
TUIVoiceRoomOverlay({
- Key? key,
- required String roomId,
- required RoomBehavior behavior,
- RoomParams? params,
Implementation
const TUIVoiceRoomOverlay({
super.key,
required this.roomId,
required this.behavior,
this.params,
});