Skip to content

Commit

Permalink
Merge pull request #88 from webxdc/r10s/update-api-availability
Browse files Browse the repository at this point in the history
update realtime API availability
  • Loading branch information
hpk42 authored Nov 16, 2024
2 parents ff35edd + a9546c1 commit cb54081
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src-docs/spec/joinRealtimeChannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ will throw an error.

This API is experimental and may not be implemented by every messenger yet.
Check if it is available with `window.webxdc.joinRealtimeChannel !== undefined`

For Delta Chat, you need at least version 1.46 to enable the feature
in the settings under `Settings -> Advanced -> Experimental Features -> Realtime Webxdc Channels`.
Without enabling the feature, the API is available but not working.
(for Delta Chat, the API is available and enabled by default since 1.48)

## `realtimeChannel.setListener((data) => {})`

Expand Down

0 comments on commit cb54081

Please sign in to comment.