Skip to content

livekit-server-sdk@2.15.3

Choose a tag to compare

@github-actions github-actions released this 13 May 20:08
4885d82

Patch Changes

  • Bump @livekit/protocol to 1.45.6 and surface new fields on the agent dispatch and connector clients: - #657 (@anunaym14)

    • AgentDispatchClient.createDispatch: new restartPolicy option (cloud only)
    • ConnectorClient.dialWhatsAppCall / acceptWhatsAppCall: new ringingTimeout option (and waitUntilAnswered on accept)
    • ConnectorClient.disconnectWhatsAppCall: new optional disconnectReason parameter
    • Re-export JobRestartPolicy and DisconnectWhatsAppCallRequest_DisconnectReason
  • Add canManageAgentSession to VideoGrant - #661 (@theomonnom)