We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eea607 commit dfa1d65Copy full SHA for dfa1d65
packages/core/realtime-js/src/RealtimeChannel.ts
@@ -88,30 +88,6 @@ export default class RealtimeChannel {
88
return this.presence.list()
89
}
90
91
- async track(
92
- payload: { [key: string]: any },
93
- opts: { [key: string]: any } = {}
94
- ) {
95
- return this.send(
96
- {
97
- type: 'presence',
98
- event: 'track',
99
- payload,
100
- },
101
- opts
102
- )
103
- }
104
-
105
- async untrack(opts: { [key: string]: any } = {}) {
106
107
108
109
- event: 'untrack',
110
111
112
113
114
115
rejoinUntilConnected() {
116
this.rejoinTimer.scheduleTimeout()
117
if (this.socket.isConnected()) {
0 commit comments