Interface IPeerApiCallbacks
Methods
channelDestroyed
- channelDestroyed(channelId: string): void
cursorDestroyed
- cursorDestroyed(channelId: string, cursorId: string): void
-
Parameters
-
channelId: string
-
cursorId: string
Returns void
getBundles
-
Parameters
-
channelId: string
-
cursorId: string
gotQuery
- gotQuery(channelId: string, query: IPeerQuery): void