UNPKG

@pusher/chatkit

Version:

Pusher Chatkit client library for browsers and react native

12 lines (10 loc) 222 B
export class RoomSubscription { constructor ({ messageSub, cursorSub }) { this.messageSub = messageSub this.cursorSub = cursorSub } cancel () { this.messageSub.cancel() this.cursorSub.cancel() } }