For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inSign up
Support
ReferenceGuidesClick-to-Call
ReferenceGuidesClick-to-Call
  • Core
    • Overview
  • SignalWire Client
    • Overview
    • Notifications
    • Client
    • Utility functions
  • Video
    • Overview
    • LocalOverlay
    • RoomSession
    • RoomSessionDevice
    • RoomSessionPlayback
    • RoomSessionRecording
    • RoomSessionScreenShare
    • RoomSessionStream
    • RoomDevice
    • RoomScreenShare
  • Chat
    • Overview
    • Client
    • ChatMember
    • ChatMemberEntity
    • ChatMessage
    • ChatMessageEntity
  • PubSub
    • Overview
    • Client
      • Events
        • disconnect
        • getAllowedChannels
        • off
        • on
        • once
        • publish
        • removeAllListeners
        • subscribe
        • unsubscribe
        • updateToken
    • PubSubMessage
  • WebRTC
    • Overview
LogoLogoSignalWire Docs
Log inSign up
Support
On this page
  • off
PubSubClientMethods

off

|View as Markdown|Open in Claude|
Was this page helpful?
Edit this page
Previous

on

Next
Built with

off

  • off(event, fn?)

Remove an event handler.

Parameters

NameTypeDescription
eventstringName of the event. See the list of events.
fn?FunctionAn event handler which had been previously attached.