mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 09:00:06 +00:00
more doc cleanup
This commit is contained in:
parent
a1c31850c3
commit
bc641dde93
@ -292,6 +292,10 @@ Configure allocates the Service interface for the server
|
||||
|
||||
```Contact::flagCard(cardId: string): Promise<void>```
|
||||
|
||||
Request a peer-to-peer link to a contact
|
||||
|
||||
```Contact::callCard(cardId: string): Promise<Link>```
|
||||
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
|
@ -84,7 +84,7 @@ export interface Contact {
|
||||
setBlockedCard(cardId: string, blocked: boolean): Promise<void>;
|
||||
getRegistry(handle: string | null, server: string | null): Promise<Profile[]>;
|
||||
|
||||
callCard(cardId: string, ringInterval: number): Promise<Link>;
|
||||
callCard(cardId: string): Promise<Link>;
|
||||
|
||||
addCardListener(ev: (cards: Card[]) => void): void;
|
||||
removeCardListener(ev: (cards: Card[]) => void): void;
|
||||
|
Loading…
Reference in New Issue
Block a user