ToolContext constructor

const ToolContext({
  1. required RoomClient room,
  2. Participant? caller,
  3. Participant? onBehalfOf,
  4. Map<String, dynamic>? callerContext,
})

Implementation

const ToolContext({required this.room, this.caller, this.onBehalfOf, this.callerContext});