ToolContext constructor
const
ToolContext({
- required RoomClient room,
- Participant? caller,
- Participant? onBehalfOf,
- Map<
String, dynamic> ? callerContext,
Implementation
const ToolContext({required this.room, this.caller, this.onBehalfOf, this.callerContext});