Server SDKs
Build AI agents, control calls, send messages, and more
Join a SignalWire room. Rooms enable multi-party communication and collaboration between participants.
Name of the room to join.
FunctionResult — this, for chaining.
FunctionResult
this
1import { FunctionResult } from '@signalwire/sdk';23const result = new FunctionResult()4 .joinRoom('support-room');